ServerSecurityBackupOnSave Property |
|
DataPA OpenAnalytics 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: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool BackupOnSave { get; set; }
Public Property BackupOnSave As Boolean
Get
Set
public:
virtual property bool BackupOnSave {
bool get () sealed;
void set (bool value) sealed;
}
function get_BackupOnSave();
function set_BackupOnSave(value);
Property Value
Type:
BooleanTrue if the service will take a backup copy of the security settings and setup files before each save operation.
Return Value
Type:
BooleanTrue if the service will take a backup copy of the security settings and setup files before each save operation.
Remarks See Also