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

The array of system contents

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

Syntax

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

See Also