ArcObjects Library Reference (Server)  

IUser.GetPassword Method

Returns the user password.

[Visual Basic .NET]
Public Function GetPassword ( _
) As String
[C#]
public string GetPassword (
);
[C++]
HRESULT GetPassword(
  BSTR* Password
);
[C++]

Parameters

Password [out, retval]   Password is a parameter of type BSTR

Product Availability

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

See Also

IUser Interface