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

Returns the type of the group that the user is currently logged in. For a list of valid group type, OfficeClip.Utils..::.GroupType

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public GroupType GroupType { get; set; }
Visual Basic (Declaration)
Public Property GroupType As GroupType
Visual C++
public:
property GroupType GroupType {
	GroupType get ();
	void set (GroupType value);
}

See Also