AppSettingTransferItem Constructor (Guid, AppSettingValueSource, Object, String) |
Namespace:
Dundas.BI.Transfer
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public AppSettingTransferItem(
Guid appSettingId,
AppSettingValueSource scope,
Object? scopeTarget,
string name
)
Public Sub New (
appSettingId As Guid,
scope As AppSettingValueSource,
scopeTarget As Object,
name As String
)
public:
AppSettingTransferItem(
Guid appSettingId,
AppSettingValueSource scope,
Object^ scopeTarget,
String^ name
)
new :
appSettingId : Guid *
scope : AppSettingValueSource *
scopeTarget : Object *
name : string -> AppSettingTransferItem
Parameters
- appSettingId
- Type: SystemGuid
The application setting identifier. - scope
- Type: Dundas.BI.ConfigurationAppSettingValueSource
The application setting scope. - scopeTarget
- Type: SystemObject
The application setting scope target. - name
- Type: SystemString
The application setting name.
See Also