MetadataLocation.Location 속성

정의

메타데이터 문서의 주소를 가져오거나 설정합니다.

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

속성 값

String

메타데이터 문서의 주소입니다.

설명

주소는 상대 URI 또는 절대 URI이어야 합니다.

적용 대상