ConfigChangedEventArgsSettingId Property

Gets the ID of the configuration setting whose value changed.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public Guid? SettingId { get; }

Property Value

Type: NullableGuid
The ID of the configuration setting whose value changed, or if more than one setting has changed.
See Also