 | ClientConfigurationSectionMaxAutoBackups Property |
Indicates the maximum number of automatic backups
Namespace: SanteDB.Client.ConfigurationAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic int MaxAutoBackups { get; set; }Public Property MaxAutoBackups As Integer
Get
Set
public:
property int MaxAutoBackups {
int get ();
void set (int value);
}member MaxAutoBackups : int with get, set
Property Value
Int32
See Also