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를 반환합니다.

적용 대상