System.Web.Services.Discovery.ContractReference.Ref Property

Gets or sets the URL to the referenced service description.

Syntax

[System.Xml.Serialization.XmlAttribute("ref")]
public string Ref { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Within a discovery document, a reference to a service description is contained within a contractRef XML element. The contractRef XML element has two attributes described in the following table.

ref

The URL for the service description.The ContractReference.Ref property represents the value of the ref attribute.

docRef

The URL for a XML Web service implementing the service description specified by the ref attribute. The ContractReference.DocRef property represents the value of the docRef attribute.

Requirements

Namespace: System.Web.Services.Discovery
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0