AppSettingPropertiesModuleId Property

Gets the ID of the module this setting applies to.

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 ModuleId { get; }

Property Value

Type: Guid
The ID of the module.
Remarks
This property must be set to a non-empty GUID.
See Also