DiscoveryDocument.Namespace Field

 

Namespace of the discovery XML element of a discovery document.

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

static val mutable Namespace : string

Field Value

Type: System.String

A discovery document contains references to documents describing Web Services. These references are XML elements contained within a discovery XML element. That discovery XML element is a member of the XML namespace specified by the Namespace constant.

The following code example displays the XML namespace associated with the discovery XML element of a discovery document.

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

.NET Framework
Available since 1.1
Return to top
Show: