CivicAddress.Building 속성

정의

건물 이름 또는 번호를 가져오거나 설정합니다.

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

속성 값

건물 이름 또는 번호입니다. 데이터가 제공되지 않는 경우 Empty를 반환합니다.

적용 대상