FunctionDefinitionSettings Property  | 
 
            Gets all the current instance settings.
            
 
    Namespace: 
   Dundas.BI.Data.Functions
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IReadOnlyList<ComponentSetting> Settings { get; }Public ReadOnly Property Settings As IReadOnlyList(Of ComponentSetting)
	Get
public:
property IReadOnlyList<ComponentSetting^>^ Settings {
	IReadOnlyList<ComponentSetting^>^ get ();
}member Settings : IReadOnlyList<ComponentSetting> with get
Property Value
Type: 
IReadOnlyListComponentSettingThe parameters.
See Also