  | UserIsDisabled Property  | 
 
            Whether the user's account is disabled in Active Directory.
            
 
    Namespace: 
   Galactic.ActiveDirectory
    Assembly:
   Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntaxpublic bool IsDisabled { get; }Public ReadOnly Property IsDisabled As Boolean
	Get
public:
property bool IsDisabled {
	bool get ();
}member IsDisabled : bool with get
Property Value
Type: 
Boolean
See Also