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.2.0

Syntax

C#
public bool IsInstitute { get; set; }
Visual Basic (Declaration)
Public Property IsInstitute As Boolean
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