Share via


ContactDetails.CompanyName Property

Definition

Gets or sets the name of the company.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to