FME Server .NET API

IFMEUserAccount.Password Property

Sets the password of this user account. Note: Only Administrators should be allowed to set a password without providing an existing password. Users with less privileges should be forced to provide an existing password like in the changePassword method.

[Visual Basic]
Property Password As String
[C#]
string Password {set;}

See Also

IFMEUserAccount Interface | IFMEUserAccount Members | Safe.FMEServer.API.Security Namespace