[This is preliminary documentation and is subject to change.]
Gets the events object
Namespace:
OfficeClip.BusinessLayer.ServiceAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public HistoryInfo[] History { get; set; } |
Visual Basic (Declaration) |
---|
Public Property History As HistoryInfo() |
Visual C++ |
---|
public: property array<HistoryInfo^>^ History { array<HistoryInfo^>^ get (); void set (array<HistoryInfo^>^ value); } |