Contact.Fax Property

Definition

Gets or sets fax number.

[Newtonsoft.Json.JsonProperty(PropertyName="fax")]
public string Fax { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fax")>]
member this.Fax : string with get, set
Public Property Fax As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to