ImportOptions::Namespaces Property

 

Gets a dictionary that contains the mapping of data contract namespaces to the CLR namespaces that must be used to generate code during an import operation.

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

public:
property IDictionary<String^, String^>^ Namespaces {
	IDictionary<String^, String^>^ get();
}

Property Value

Type: System.Collections.Generic::IDictionary<String^, String^>^

A IDictionary<TKey, TValue> that contains the namespace mappings.

.NET Framework
Available since 3.0
Return to top
Show: