Open this page in the API Guide

AppSettingTransferSpec Class

Represents a specifier of the application configuration setting.

Inheritance Hierarchy

Namespace:  Dundas.BI.Transfer
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class AppSettingTransferSpec

The AppSettingTransferSpec type exposes the following members.

Constructors
  NameDescription
Public methodAppSettingTransferSpec() Obsolete.
Initializes a new instance of the AppSettingTransferSpec class.
Public methodAppSettingTransferSpec(Guid, AppSettingValueSource, Object)
Initializes a new instance of the AppSettingTransferSpec class.
Top
Properties
  NameDescription
Public propertyAppSettingId
Gets the app setting ID.
Public propertyScope
Gets the scope of the app setting ID.
Public propertyScopeTarget
Gets the scope target of the app setting ID.
Top
See Also