共用方式為


CivicAddress.AddressLine2 屬性

定義

取得或設定地址的第二行。

public:
 property System::String ^ AddressLine2 { System::String ^ get(); void set(System::String ^ value); };
public string AddressLine2 { get; set; }
member this.AddressLine2 : string with get, set
Public Property AddressLine2 As String

屬性值

第二行地址。 如果未提供任何資料,則傳回 Empty

適用於