The Toll Free telephone number associated with the address

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

Syntax

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

See Also