The Contact ID of the institute/company for which this contact works (for people) or is a subsidiary of (for institutes/companies)

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

Syntax

C#
public string InstituteContactId { get; set; }
Visual Basic
Public Property InstituteContactId As String
	Get
	Set
Visual C++
public:
property String^ InstituteContactId {
	String^ get ();
	void set (String^ value);
}

See Also