FilterTableEntryElement.BackupList プロパティ

定義

バックアップ エンドポイント要素への参照を示す値を取得または設定します。

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

プロパティ値

バックアップ エンドポイント要素への参照。

属性

適用対象