  | UserUserAccountControlComputed Property  | 
 
            Gets the user's computed UserAccountControl property.
            A return value of 0 means it wasn't computed.
            
 
    Namespace: 
   Galactic.ActiveDirectory
    Assembly:
   Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntaxpublic uint UserAccountControlComputed { get; }Public ReadOnly Property UserAccountControlComputed As UInteger
	Get
public:
property unsigned int UserAccountControlComputed {
	unsigned int get ();
}member UserAccountControlComputed : uint32 with get
Property Value
Type: 
UInt32
See Also