Number of backup files to keep before deleting old files. Defaults to 1
Namespace: SharePodLib
Assembly: SharePodLib (in SharePodLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Shared Property NumberBackupsToKeep As Integer |
| C# |
|---|
| public static int NumberBackupsToKeep { get; set; } |
| C++ |
|---|
| public static property int NumberBackupsToKeep { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_NumberBackupsToKeep(); /** property */ public void set_NumberBackupsToKeep(int value); |
| JScript |
|---|
| public function get NumberBackupsToKeep() : int public function set NumberBackupsToKeep(value : int); |