DataPA Enterprise Dashboard Controls API Reference
Gets and sets a property to indicate if the service will take a backup copy of the security settings and setup files before each save operation.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool BackupOnSave { get; set; }
Visual Basic
Public Property BackupOnSave As Boolean
	Get
	Set
Visual C++
public:
virtual property bool BackupOnSave {
	bool get () sealed;
	void set (bool value) sealed;
}

Property Value

Type: Boolean
True if the service will take a backup copy of the security settings and setup files before each save operation.

Return Value

Type: Boolean
True if the service will take a backup copy of the security settings and setup files before each save operation.

Remarks