다음을 통해 공유


DiscoveryDocumentReference.Url 속성

정의

참조된 검색 문서의 URL을 가져오거나 설정합니다.

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

속성 값

String

참조된 검색 문서의 URL입니다.

예제

// Display the URL of the referenced discovery document.
Console::WriteLine( myDiscoveryDocumentReference->Url );
// Display the URL of the referenced discovery document.
Console.WriteLine(myDiscoveryDocumentReference.Url.ToString());
' Display the URL of the referenced discovery document.
Console.WriteLine(myDiscoveryDocumentReference.Url.ToString())

설명

Ref 속성의 값을 반환합니다.

적용 대상