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

Syntax

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

See Also