DiscoveryDocumentReference::Ref Property

 

Gets or sets the reference to a discovery document.

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

public:
property String^ Ref {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

Reference to a discovery document.

For most references, the Ref property is a URL, such as http://www.contoso.com/MyWebService.disco.

// Display the discovery document reference.
Console::WriteLine( myDiscoveryDocumentReference->Ref );

.NET Framework
Available since 1.1
Return to top
Show: