Table of Contents

Class BackupExecUnknownSelection

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

Represents a Backup Exec unknown selection.

public class BackupExecUnknownSelection : BackupExecSelection
Inheritance
BackupExecUnknownSelection
Inherited Members

Constructors

BackupExecUnknownSelection()

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

public BackupExecUnknownSelection()

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 the selection.

public string Path { get; set; }

Property Value

string