Class BackupExecExchangeDatabaseSelection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Exchange database selection.
public class BackupExecExchangeDatabaseSelection : BackupExecSelection
- Inheritance
-
BackupExecExchangeDatabaseSelection
- Inherited Members
Constructors
BackupExecExchangeDatabaseSelection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecExchangeDatabaseSelection class.
public BackupExecExchangeDatabaseSelection()
Properties
DisplayName
Gets the display name of the selection type.
public override string DisplayName { get; }
Property Value
DisplayValue
Gets the configured display value.
public override string DisplayValue { get; }
Property Value
Name
Gets or sets the name of the item to be backed up or excluded.
public string Name { get; set; }