AppSettingProperties Constructor |
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic AppSettingProperties(
Guid id,
string name,
Guid moduleId,
Type settingType
)
Public Sub New (
id As Guid,
name As String,
moduleId As Guid,
settingType As Type
)
public:
AppSettingProperties(
Guid id,
String^ name,
Guid moduleId,
Type^ settingType
)
new :
id : Guid *
name : string *
moduleId : Guid *
settingType : Type -> AppSettingPropertiesParameters
- 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