XmlMemberMapping::Namespace Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the XML namespace that applies to this mapping.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

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

Property Value

Type: System::String^

The XML namespace that applies to this mapping.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Return to top
Show: