ArcObjects Library Reference (Server)  

IUser.SetPassword Method

Sets the user password.

[Visual Basic .NET]
Public Sub SetPassword ( _
    ByVal Password As String _
)
[C#]
public void SetPassword (
    string Password
);
[C++]
HRESULT SetPassword(
  BSTR Password
);
[C++]

Parameters

Password [in]   Password is a parameter of type BSTR

Product Availability

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

See Also

IUser Interface