CivicAddress.AddressLine2 プロパティ

定義

住所の 2 行目を取得または設定します。

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

プロパティ値

所在地の 2 行目。 データが提供されない場合、Empty を返します。

適用対象