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

Shows if the object is the Customer.

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

Syntax

C#
public bool IsCustomer { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsCustomer As Boolean
Visual C++
public:
property bool IsCustomer {
	bool get ();
}

See Also