XmlFormatExtensionAttribute::Namespace Property

 

Gets or sets the XML namespace for the XML element added to the service description by the service description format extension.

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

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

Property Value

Type: System::String^

The XML namespace for the XML element added to the service description by the service description format extension.

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

.NET Framework
Available since 1.1
Return to top
Show: