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:
property String^ Url {
	virtual String^ get() override;
	virtual void set(String^ value) override;
}

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 );

.NET Framework
Available since 1.1
Return to top
Show: