CivicAddress.City 属性

定义

获取或设置城市名称。

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

属性值

城市的名称。 如果未提供数据,则返回 Empty

适用于