AddressDetails.FirstName 屬性

定義

取得或設定名字。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於