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