AppSettingTransferItem(Guid, AppSettingValueSource, Object, String) Constructor |
Namespace: Dundas.BI.TransferAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 -> AppSettingTransferItemParameters
- appSettingId Guid
- The application setting identifier.
- scope AppSettingValueSource
- The application setting scope.
- scopeTarget Object
- The application setting scope target.
- name String
- The application setting name.
See Also