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

Gets the events object

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

Syntax

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

See Also