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; }
Public ReadOnly Property SettingId As Guid?
Get
public:
property Nullable<Guid> SettingId {
Nullable<Guid> get ();
}
member SettingId : Nullable<Guid> with get
Property Value
Type:
NullableGuid
The ID of the configuration setting whose value changed, or
if more than one
setting has changed.
See Also