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.2.0

Syntax

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

See Also