InputConnectorElementSettings Property |
Gets the element settings.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic IReadOnlyList<ComponentSetting> ElementSettings { get; }Public ReadOnly Property ElementSettings As IReadOnlyList(Of ComponentSetting)
Get
public:
property IReadOnlyList<ComponentSetting^>^ ElementSettings {
IReadOnlyList<ComponentSetting^>^ get ();
}member ElementSettings : IReadOnlyList<ComponentSetting> with get
Property Value
Type:
IReadOnlyListComponentSetting
See Also