AppSettingValue Constructor |
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public AppSettingValue(
AppSettingValueSource scope,
Object? scopeTarget,
Object value
)
Public Sub New (
scope As AppSettingValueSource,
scopeTarget As Object,
value As Object
)
public:
AppSettingValue(
AppSettingValueSource scope,
Object^ scopeTarget,
Object^ value
)
new :
scope : AppSettingValueSource *
scopeTarget : Object *
value : Object -> AppSettingValue
Parameters
- scope
- Type: Dundas.BI.ConfigurationAppSettingValueSource
The scope. - scopeTarget
- Type: SystemObject
The scope target. - value
- Type: SystemObject
The value.
See Also