共用方式為


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 屬性值。

適用於