Partager via


DiscoveryDocumentReference.Url Propriété

Définition

Obtient ou définit l'URL du document de découverte référencé.

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

Valeur de propriété

URL du document de découverte référencé.

Exemples

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

Remarques

Retourne la valeur de la propriété Ref.

S’applique à