IUpdateServerConfiguration.ProxyUserDomain Property
Gets or sets the name of the domain that contains the user's logon account.
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_ProxyUserDomain () /** @property */ void set_ProxyUserDomain (String value)
function get ProxyUserDomain () : String function set ProxyUserDomain (value : String)
Property Value
The name of the domain that contains the user's logon account. The name must be less than 256 characters.| Exception type | Condition |
|---|---|
| ArgumentNullException | The property value cannot be null. |
| ArgumentOutOfRangeException | The name must be less than 256 characters. |
User credentials are used only if UseProxy is true and AnonymousProxyAccess 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