ExportConfigInfo Class

Represents a lightweight export configuration information.
Inheritance Hierarchy
SystemObject
  Dundas.BI.TransferExportConfigInfo
    Dundas.BI.TransferExportConfig

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

The ExportConfigInfo type exposes the following members.

Properties
 NameDescription
Public propertyCreatedBy Gets the ID of the user who created this configuration.
Public propertyCreatedTime Gets the creation UTC date and time of this configuration.
Public propertyId Gets the ID of the export configuration.
Public propertyLastUsedBy Gets or sets the ID of the user who last used this configuration.
Public propertyLastUsedTime Gets or sets the UTC date and time this configuration was last used.
Public propertyName Gets or sets the name of the export configuration.
Top
See Also