IUpdateServerConfiguration.ServerString Property
Applies To: Windows Server Update Services
Gets or sets the string sent to the upstream server or to Microsoft Update to identify the server type.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
string ServerString { get; set; }
property String^ ServerString {
String^ get();
void set(String^ value);
}
abstract ServerString : string with get, set
Property ServerString As String
Property Value
Type: System.String
The string sent to the upstream server or to Microsoft Update to identify the server type.
Exceptions
Exception
Condition
The string is null.
The string is longer than 256 characters.
Remarks
For example, the string sent to the upstream server or to Microsoft Update may be used to distinguish between a standalone WSUS server versus another product built on top of WSUS.
See Also
IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace
Return to top