| UserDisable Method |
Disables the user's account for authentication if it is enabled.
Namespace:
Galactic.ActiveDirectory
Assembly:
Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax Public Function Disable As Boolean
member Disable : unit -> bool
Return Value
Type:
BooleanTrue if the account is disabled successfully or was not enabled. False if the account could not be disabled.
See Also