[This is preliminary documentation and is subject to change.]
Teh array of group contents
Namespace:
OfficeClip.BusinessLayer.ServiceAssembly: 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); } |