[This is preliminary documentation and is subject to change.]
Shows if the user is an administrator. This field is context sensitive.
If the user information is collected wrt a group, it will be group admin.
For account users, it will signify account administrator.
Namespace:
OfficeClip.BusinessLayer.AccountAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public bool IsAdmin { get; set; } |
Visual Basic (Declaration) |
---|
Public Property IsAdmin As Boolean |
Visual C++ |
---|
public: property bool IsAdmin { bool get (); void set (bool value); } |