XmlFormatExtensionPrefixAttribute::Namespace Property

 

Gets or sets the XML namespace associated with a 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 associated with a 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: