DiscoveryDocumentReference.Url Property

 

Gets or sets the URL of the referenced discovery document.

Namespace:   System.Web.Services.Discovery
Assembly:  System.Web.Services (in System.Web.Services.dll)

Public Overrides Property Url As String

Property Value

Type: System.String

The URL of the referenced discovery document.

Returns the value of the Ref property.

' Display the URL of the referenced discovery document.
Console.WriteLine(myDiscoveryDocumentReference.Url.ToString())

.NET Framework
Available since 1.1
Return to top
Show: