IUpdateServerConfiguration.ServerString Property
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)
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
/** @property */ String get_ServerString () /** @property */ void set_ServerString (String value)
function get ServerString () : String function set ServerString (value : String)
Property Value
The string sent to the upstream server or to Microsoft Update to identify the server type.| Exception type | Condition |
|---|---|
| ArgumentNullException | The string is null. |
| ArgumentOutOfRangeException | The string is longer than 256 characters. |
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.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2