共用方式為


CivicAddress.AddressLine1 屬性

定義

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

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

屬性值

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

適用於