共用方式為


PaymentAddress.AddressLine 屬性

定義

取得或設定這是位址的最特定部分。 例如,它可以包括街道名稱、房屋號碼、Apartment 號碼、旅館路線、描述性指示或辦公室號碼。

public System.Collections.Generic.IList<string> AddressLine { get; set; }
member this.AddressLine : System.Collections.Generic.IList<string> with get, set
Public Property AddressLine As IList(Of String)

屬性值

位址的最特定部分。

適用於