Enable/disable backup creation. By default this is set to true (Enabled)


Namespace: SharePodLib
Assembly: SharePodLib (in SharePodLib.dll)

Syntax

Visual Basic (Declaration)
Public Shared Property EnableBackups As Boolean
C#
public static bool EnableBackups { get; set; }
C++
public static property bool EnableBackups {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_EnableBackups();

/** property */
public void set_EnableBackups(bool value);
JScript
public function get EnableBackups() : bool

public function set EnableBackups(value : bool);

See Also