|
StorageRepositoryMaxArchives Property |
Max Archives to the Repository
Namespace: DrawerBackup.Storage.Data.EntitiesAssembly: DrawerBackup.Storage.Data.Entities (in DrawerBackup.Storage.Data.Entities.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic virtual int MaxArchives { get; set; }
Public Overridable Property MaxArchives As Integer
Get
Set
public:
virtual property int MaxArchives {
int get ();
void set (int value);
}
abstract MaxArchives : int with get, set
override MaxArchives : int with get, set
Property Value
Type:
Int32
See Also