共用方式為


AddressDetails.CompanyName 屬性

定義

取得或設定公司名稱。

[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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於