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

Gets the array of contact objects

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

Syntax

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

See Also