共用方式為


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

適用於