[This is preliminary documentation and is subject to change.]
The type of the group for which the invitation is pending. The group type could be "P"
- Private, "O" - Organization, "G" - Group or "D" - Department.
Namespace:
OfficeClip.BusinessLayer.AccountAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public string GroupType { get; set; } |
Visual Basic (Declaration) |
---|
Public Property GroupType As String |
Visual C++ |
---|
public: property String^ GroupType { String^ get (); void set (String^ value); } |