Open this page in the API Guide

ConfigChangedEventArgs.SettingId 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 (25.1.0.1000)
Syntax
public Guid? SettingId { get; }

Property Value

Type: Nullable<Guid>
The ID of the configuration setting whose value changed, or null if more than one setting has changed.
See Also