Share via


ComputerTargetScope.NameIncludes Property

 

Applies To: Windows Server Update Services

Gets or sets a name to search for.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public string NameIncludes { get; set; }
public:
property String^ NameIncludes {
    String^ get();
    void set(String^ value);
}
member NameIncludes : string with get, set
Public Property NameIncludes As String

Property Value

Type: System.String

The name substring to search for. A computer will be included only if its FullDomainName contains this string. If the string is empty, then no filtering will be done on computer names.

Remarks

Defaults to the empty string.

See Also

ComputerTargetScope Class
Microsoft.UpdateServices.Administration Namespace

Return to top