The Institute/Company Name associated with this address, if any.

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

Syntax

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

See Also