The ContactId of the Contact associated with this address

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

Syntax

C#
public string ContactId { get; }
Visual Basic
Public ReadOnly Property ContactId As String
	Get
Visual C++
public:
property String^ ContactId {
	String^ get ();
}

See Also