SoapTypeAttribute::XmlNamespace Property
.NET Framework (current version)
Gets or sets the XML namespace that is used during serialization of the target object type.
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
Available since 1.1
Show: