FilterTableEntryElement.BackupList Property

Definition

Gets or sets a value that specifies a reference to a backup endpoints element.

public:
 property System::String ^ BackupList { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("backupList", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.None)]
public string BackupList { get; set; }
[<System.Configuration.ConfigurationProperty("backupList", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.BackupList : string with get, set
Public Property BackupList As String

Property Value

A reference to a backup endpoints element.

Attributes

Applies to