SoapReflectionImporter Constructor (String^)

 

Initializes a new instance of the SoapReflectionImporter class, specifying a default XML namespace for imported type mappings.

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

public:
SoapReflectionImporter(
	String^ defaultNamespace
)

Parameters

defaultNamespace
Type: System::String^

The default XML namespace to use for imported type mappings.

.NET Framework
Available since 1.1
Return to top
Show: