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

Gets the group type GroupType of the login users from the configuration information ConfigureInfo.

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

Syntax

C#
public static GroupType GroupType { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property GroupType As GroupType
Visual C++
public:
static property GroupType GroupType {
	GroupType get ();
}

See Also