ImportOptions::Namespaces Property
.NET Framework (current version)
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.
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
Available since 3.0
Show: