Indicates whether to skip the automatic phone formatting used for US phone numbers.

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

Syntax

C#
public bool DisablePhoneFormatting { get; }
Visual Basic
Public ReadOnly Property DisablePhoneFormatting As Boolean
	Get
Visual C++
public:
property bool DisablePhoneFormatting {
	bool get ();
}

See Also