Table of Contents

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

string

DisplayValue

Gets the configured display value.

public override string DisplayValue { get; }

Property Value

string

Name

Gets or sets the name of the item to be backed up or excluded.

public string Name { get; set; }

Property Value

string