SoapTypeAttribute::XmlTypeNamespace Property

 

Gets or sets the XML type namespace for the current object type.

Namespace:   System.Runtime.Remoting.Metadata
Assembly:  mscorlib (in mscorlib.dll)

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

Property Value

Type: System::String^

The XML type namespace for the current object type.

.NET Framework
Available since 1.1
Return to top
Show: