AppSettingProperties Constructor

Initializes a new instance of the AppSettingProperties class.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public AppSettingProperties(
	Guid id,
	string name,
	Guid moduleId,
	Type settingType
)

Parameters

id
Type: SystemGuid
The setting ID.
name
Type: SystemString
The setting name.
moduleId
Type: SystemGuid
The ID of the module which defines the setting.
settingType
Type: SystemType
The type of value associated with the setting.
See Also