DiscoveryDocumentReference.Url プロパティ
参照される探索ドキュメントの場所を示す URL を取得または設定します。
Overrides Public Property Url As String
[C#]
public override string Url {get; set;}
[C++]
public: __property String* get_Url();public: __property void set_Url(String*);
[JScript]
public override function get Url() : String;public override function set Url(String);
プロパティ値
参照される探索ドキュメントの場所を示す URL。
解説
Ref プロパティの値を返します。
使用例
' Display the URL of the referenced discovery document.
Console.WriteLine(myDiscoveryDocumentReference.Url.ToString())
[C#]
// Display the URL of the referenced discovery document.
Console.WriteLine(myDiscoveryDocumentReference.Url.ToString());
[C++]
// Display the URL of the referenced discovery document.
Console::WriteLine(myDiscoveryDocumentReference->Url);
[JScript] JScript のサンプルはありません。Visual Basic、C#、および C++ のサンプルを表示するには、このページの左上隅にある言語のフィルタ ボタン をクリックします。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
DiscoveryDocumentReference クラス | DiscoveryDocumentReference メンバ | System.Web.Services.Discovery 名前空間