UpdateServerStatus.UnrecognizedClientRequestedTargetGroupNames Property
Applies To: Windows Server Update Services
Names of target groups requested by clients that do not match existing target groups on the server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public StringCollection UnrecognizedClientRequestedTargetGroupNames { get; }
public:
property StringCollection^ UnrecognizedClientRequestedTargetGroupNames {
StringCollection^ get();
}
member UnrecognizedClientRequestedTargetGroupNames : StringCollection with get
Public ReadOnly Property UnrecognizedClientRequestedTargetGroupNames As StringCollection
Property Value
Type: System.Collections.Specialized.StringCollection
Names of target groups requested by clients that do not match existing target groups on the server.
See Also
UpdateServerStatus Class
Microsoft.UpdateServices.Administration Namespace
Return to top