IUpdateServerConfiguration.UpstreamWsusServerName
Retrieves or sets the name of a local server from which to synchronize updates.
public String UpstreamWsusServerName {get; set;}
Public Property UpstreamWsusServerName As String
Property Value
Well-formed name of the server from which to synchronize updates. You can specify a server name or an IP address.
Exceptions
| Exception type | Condition |
|---|---|
| System.ArgumentException | The server name is not valid. |
| System.ArgumentNullException | The property value cannot be null. |
| System.ArgumentOutOfRangeException | The name must be less than 256 characters. |
Remarks
You must specify the server name when IUpdateServerConfiguration.SyncFromMicrosoftUpdate is false.
Requirements
| Server | Requires Windows Server 2003 or Windows 2000 Server SP4 and later. |
| Namespace | Defined in Microsoft.UpdateServices.Administration. |
| Assembly | Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll). |
| .NET Framework | Requires .NET Framework 1.1. |
See Also
IUpdateServerConfiguration.SyncFromMicrosoftUpdate, IUpdateServerConfiguration.UpstreamWsusServerPortNumber, IUpdateServerConfiguration.UpstreamWsusServerUseSsl