SoapTypeAttribute::XmlNamespace Property

 

Gets or sets the XML namespace that is used during serialization of the target object type.

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

public:
property String^ XmlNamespace {
	virtual String^ get() override;
	virtual void set(String^ value) override;
}

Property Value

Type: System::String^

The XML namespace that is used during serialization of the target object type.

.NET Framework
Available since 1.1
Return to top
Show: