This document is archived and information here might be outdated.  Recommended version.


IProxyServerInfo.Password Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IProxyServerInfo Interface > IProxyServerInfo.Password Property
ArcGIS Developer Help

IProxyServerInfo.Password Property

Proxy server user password.

[Visual Basic .NET]
Public Property Password As String
[C#]
public string Password {get; set;}
[C++]
HRESULT get_Password(
  System.String* Password
);
[C++]
HRESULT put_Password(
  BSTR Password
);
[C++]
Parameters
Password [out, retval]

Password is a parameter of type BSTR* Password [in]
Password is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IProxyServerInfo Interface