IUpdateServerConfiguration.ProxyUserDomain Property

 

Applies To: Windows Server Update Services

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)

Syntax

string ProxyUserDomain { get; set; }
property String^ ProxyUserDomain {
    String^ get();
    void set(String^ value);
}
abstract ProxyUserDomain : string with get, set
Property ProxyUserDomain As String

Property Value

Type: System.String

The name of the domain that contains the user's logon account. The name must be less than 256 characters.

Exceptions

Exception

Condition

ArgumentNullException

The property value cannot be null.

ArgumentOutOfRangeException

The name must be less than 256 characters.

Remarks

User credentials are used only if UseProxy is true and AnonymousProxyAccess is false.

See Also

IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top