Aracılığıyla paylaş


DiscoveryDocumentReference.Url Özellik

Tanım

Başvurulan bulma belgesinin URL'sini alır veya ayarlar.

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

Özellik Değeri

Başvurulan bulma belgesinin URL'si.

Örnekler

// 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())

Açıklamalar

özelliğinin Ref değerini döndürür.

Şunlara uygulanır