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

Gets the taskinfo object

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

Syntax

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

See Also