다음을 통해 공유


GeographicLocation 클래스

정의

도시, 주 및 국가/지역의 조합으로 지정된 위치입니다. 도시, 주 또는 국가/지역을 지정할 수 있습니다. 도시를 지정하는 경우 주 +국가/지역 또는 국가/지역(주가 없는 국가/지역의 경우)을 추가해야 합니다. 도시가 없는 상태로 지정된 경우 국가/지역을 추가해야 합니다.

public class GeographicLocation
type GeographicLocation = class
Public Class GeographicLocation
상속
GeographicLocation

생성자

GeographicLocation(String)

새 GeographicLocation instance 초기화합니다.

속성

City

도시 이름입니다.

CountryOrRegion

국가/지역 이름입니다.

State

상태 이름입니다.

적용 대상