UpdateScope.TextNotIncludes Property
Applies To: Windows Server Update Services
Gets or sets the string to exclude. An update will be not be included 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 TextNotIncludes { get; set; }
public:
property String^ TextNotIncludes {
String^ get();
void set(String^ value);
}
member TextNotIncludes : string with get, set
Public Property TextNotIncludes As String
Property Value
Type: System.String
The string to exclude. An update will be not be included 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