| UserSetPassword Method |
Sets the password of the user.
Namespace:
Galactic.ActiveDirectory
Assembly:
Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public bool SetPassword(
string password
)
Public Function SetPassword (
password As String
) As Boolean
public:
bool SetPassword(
String^ password
)
member SetPassword :
password : string -> bool
Parameters
- password
- Type: SystemString
The new password to use for the user.
Return Value
Type:
BooleanTrue if the password was set, false otherwise.
See Also