| UserUserAccountControl Property |
Gets the user's UserAccountControl property.
A return of 0 means there was an error retrieving the property.
Namespace:
Galactic.ActiveDirectory
Assembly:
Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public uint UserAccountControl { get; }
Public ReadOnly Property UserAccountControl As UInteger
Get
public:
property unsigned int UserAccountControl {
unsigned int get ();
}
member UserAccountControl : uint32 with get
Property Value
Type:
UInt32See Also