DataStructureSettings Property  | 
 
            Gets the properties of the structure.
            
 
    Namespace: 
   Dundas.BI.Data.Metadata
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Dictionary<string, string> Settings { get; }Public ReadOnly Property Settings As Dictionary(Of String, String)
	Get
public:
property Dictionary<String^, String^>^ Settings {
	Dictionary<String^, String^>^ get ();
}member Settings : Dictionary<string, string> with get
Property Value
Type: 
DictionaryString, 
String
See Also