DiscoveryClientResult.ReferenceTypeName Property

 

Name of the class representing the type of reference in the discovery document.

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

member ReferenceTypeName : string with get, set

Property Value

Type: System.String

Name of the class representing the type of a reference. Default value is null.

A reference within a discovery document can contain references to service descriptions, XSD schemas, or other discovery documents. Therefore, ReferenceTypeName can have the following values: ServiceDescription, XmlSchema, and DiscoveryDocument.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: