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

The type of the group, it could be organization or department

Namespace:  OfficeClip.BusinessLayer.Account
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
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