CivicAddress.AddressLine1 속성

정의

주소의 첫째 줄을 가져오거나 설정합니다.

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

속성 값

첫 번째 주소 줄입니다. 데이터가 제공되지 않는 경우 Empty를 반환합니다.

적용 대상