Gets or sets the FAX number (facsimile telephone number) of the customer.

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

Syntax

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

Field Value

A telephone number for the contact's FAX machine.

Remarks

If DisablePhoneFormatting is not true (i.e., formatting is not turned off), and the phone number is 10 digits, it will be reformatted into the US formating, like (XXX) XXX-XXXX.

See Also