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

Teh array of group contents

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

Syntax

C#
public GroupContent[] GroupContents { get; set; }
Visual Basic (Declaration)
Public Property GroupContents As GroupContent()
Visual C++
public:
property array<GroupContent^>^ GroupContents {
	array<GroupContent^>^ get ();
	void set (array<GroupContent^>^ value);
}

See Also