IUpdateServerConfiguration.ProxyUserDomain

Retrieves or sets the name of the domain that contains the user's logon account.

public String ProxyUserDomain {get; set;}
Public Property ProxyUserDomain As String

Property Value

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

Exceptions

Exception type Condition
System.ArgumentNullException The property value cannot be null.
System.ArgumentOutOfRangeException The name must be less than 256 characters.

Remarks

User credentials are used only if IUpdateServerConfiguration.UseProxy is true and IUpdateServerConfiguration.AnonymousProxyAccess 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.AnonymousProxyAccess
IUpdateServerConfiguration.ProxyUserName
IUpdateServerConfiguration.SetProxyPassword