CivicAddress.City 属性

定义

获取或设置城市名称。Gets or sets the name of the 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

属性值

String

城市的名称。The name of the city. 如果未提供数据,则返回 EmptyIf the data is not provided, returns Empty.

适用于