The chapter to which the contact belongs (if any)

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

Syntax

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

See Also