AddressDetails.LastName 屬性

定義

取得或設定姓氏。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於