Class BackupExecHyperVSelection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Backup Exec Hyper-V selection.
public class BackupExecHyperVSelection : BackupExecSelection
- Inheritance
-
BackupExecHyperVSelection
- Inherited Members
Remarks
WARNING: The Hyper-V selections cannot be processed as there is a bug in the BackupExec PowerShell API.
Constructors
BackupExecHyperVSelection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecHyperVSelection class.
public BackupExecHyperVSelection()
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; }