[This is preliminary documentation and is subject to change.]
            Shows if the user is active. Valid values are "Y" (active) and "N" (inactive).
            
    Namespace: 
   OfficeClip.BusinessLayer.AccountAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public bool Active { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property Active As Boolean  | 
| Visual C++ | 
|---|
public: property bool Active { bool get (); void set (bool value); }  | 
