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


IUser.SetPassword Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IU > IUser Interface > IUser.SetPassword Method
ArcGIS Developer Help

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