Click or drag to resize
Galactic API

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 bool Disable()

Return Value

Type: Boolean
True if the account is disabled successfully or was not enabled. False if the account could not be disabled.
See Also