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

The group identifier of the Parent group. This is meaningful if the group is of type Organization.

Namespace:  OfficeClip.BusinessLayer.Account
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

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

See Also