Gets or sets the fax number.
Namespace: CTCT.Components.ContactsAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string Fax { get; set; }public string Fax { get; set; }Public Property Fax As String
Get
Set
Public Property Fax As String
Get
Set
public:
property String^ Fax {
String^ get ();
void set (String^ value);
}public:
property String^ Fax {
String^ get ();
void set (String^ value);
}member Fax : string with get, set
member Fax : string with get, set