[This is preliminary documentation and is subject to change.]

Returns whether the logged on user is the administrator of the current group

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
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);
}

See Also