Table of Contents

Class BackupExecVMwareSelection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a Backup Exec VMware selection.

public class BackupExecVMwareSelection : BackupExecSelection
Inheritance
BackupExecVMwareSelection
Inherited Members

Constructors

BackupExecVMwareSelection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecVMwareSelection class.

public BackupExecVMwareSelection()

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

Path

Gets or sets the path to backup.

public string Path { get; set; }

Property Value

string