IUpdateServerConfiguration.UpstreamWsusServerName Property
Gets or sets the name of a local server from which to synchronize updates.
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_UpstreamWsusServerName () /** @property */ void set_UpstreamWsusServerName (String value)
function get UpstreamWsusServerName () : String function set UpstreamWsusServerName (value : String)
Property Value
The name of the server from which to synchronize updates. You can specify a server name or an IP address.| Exception type | Condition |
|---|---|
| ArgumentException | The server name is not valid. |
| ArgumentNullException | The property value cannot be null. |
| ArgumentOutOfRangeException | The name must be less than 256 characters. |
You must specify the server name when SyncFromMicrosoftUpdate is false.
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