If not set, this defaults to [ApplicationData]\SharePod\Backups.


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

Syntax

Visual Basic (Declaration)
Public Shared Property BackupsFolder As String
C#
public static string BackupsFolder { get; set; }
C++
public static property string BackupsFolder {
    String get();
    void set(String value);
}
J#
/** property */
public string get_BackupsFolder();

/** property */
public void set_BackupsFolder(string value);
JScript
public function get BackupsFolder() : String

public function set BackupsFolder(value : String);

See Also