UpdateScope.TextIncludes Property
Applies To: Windows Server Update Services
Gets or sets the string to search for. An update will be included only if its Title, Description, Knowledge Base articles, or security bulletins contains this string.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public string TextIncludes { get; set; }
public:
property String^ TextIncludes {
String^ get();
void set(String^ value);
}
member TextIncludes : string with get, set
Public Property TextIncludes As String
Property Value
Type: System.String
The string to search for. An update will be included only if its Title, Description, Knowledge Base articles, or security bulletins contains this string.
Exceptions
Exception
Condition
value cannot be null.
See Also
UpdateScope Class
Microsoft.UpdateServices.Administration Namespace
Return to top