The status of the contact's record. Must be one of the values configured in iMIS.

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

Syntax

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

See Also