Поделиться через


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

Значение свойства

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 свойства.

Применяется к