The list of valid Address Purposed defined in the iMIS installation

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

Syntax

C#
public string[] AddressPurposes { get; }
Visual Basic
Public ReadOnly Property AddressPurposes As String()
	Get
Visual C++
public:
property array<String^>^ AddressPurposes {
	array<String^>^ get ();
}

See Also