IUpdateServerConfiguration.HasProxyPassword Property
Applies To: Windows Server Update Services
Gets whether the proxy password is set.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
bool HasProxyPassword { get; }
property bool HasProxyPassword {
bool get();
}
abstract HasProxyPassword : bool with get
ReadOnly Property HasProxyPassword As Boolean
Property Value
Type: System.Boolean
true if the proxy password is set, otherwise false.
Remarks
The proxy password is ignored if UseProxy is false, or AnonymousProxyAccess is true.
While the proxy password cannot be directly accessed, this property will tell you whether or not it is set.
See Also
IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace
Return to top