AppSettingTransferSpec Constructor (Guid, AppSettingValueSource, Object) | 
  
    Namespace: 
   Dundas.BI.Transfer
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic AppSettingTransferSpec(
	Guid appSettingId,
	AppSettingValueSource scope,
	Object? scopeTarget
)
Public Sub New ( 
	appSettingId As Guid,
	scope As AppSettingValueSource,
	scopeTarget As Object
)
public:
AppSettingTransferSpec(
	Guid appSettingId, 
	AppSettingValueSource scope, 
	Object^ scopeTarget
)
new : 
        appSettingId : Guid * 
        scope : AppSettingValueSource * 
        scopeTarget : Object -> AppSettingTransferSpecParameters
- appSettingId
 - Type: SystemGuid
The application setting identifier. - scope
 - Type: Dundas.BI.ConfigurationAppSettingValueSource
The application setting scope. - scopeTarget
 - Type: SystemObject
The application setting scope target. 
See Also