Gets or sets an indicator of whether this contact is an institute/company (true) or a Person (false).

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public bool IsInstitute { get; set; }
Visual Basic
Public Property IsInstitute As Boolean
	Get
	Set
Visual C++
public:
property bool IsInstitute {
	bool get ();
	void set (bool value);
}

Field Value

true if this contact is an institute/company. false if this contact is a person.

See Also