This documentation is archived and is not being maintained.
DiscoveryReference.Url Property
.NET Framework 1.1
Gets or sets the URL of the referenced document.
[Visual Basic] Public MustOverride Property Url As String [C#] public abstract string Url {get; set;} [C++] public: __property virtual String* get_Url() = 0; public: __property virtual void set_Url(String*) = 0; [JScript] public abstract function get Url() : String; public abstract function set Url(String);
Property Value
The URL of the referenced document.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
DiscoveryReference Class | DiscoveryReference Members | System.Web.Services.Discovery Namespace
Show: