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

适用于