FlattenMappingsInfo.Namespaces Property |
Gets the XML namespaces and their prefixes.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxpublic IDictionary<string, string> Namespaces { get; }
Public ReadOnly Property Namespaces As IDictionary(Of String, String)
Get
public:
property IDictionary<String^, String^>^ Namespaces {
IDictionary<String^, String^>^ get ();
}
member Namespaces : IDictionary<string, string> with get
Property Value
Type:
IDictionary<String,
String>
See Also