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


IIMSServiceDescription.Password Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > II > IIMSServiceDescription Interface > IIMSServiceDescription.Password Property
ArcGIS Developer Help

IIMSServiceDescription.Password Property

Password for the specified service.

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

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

Product Availability

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

See Also

IIMSServiceDescription Interface