|
AbstractBackupJobStorage Property |
Current Storage
Namespace: DrawerBackup.Client.JobsAssembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic DbStorageClient Storage { get; }
Public ReadOnly Property Storage As DbStorageClient
Get
public:
property DbStorageClient^ Storage {
DbStorageClient^ get ();
}
member Storage : DbStorageClient with get
Property Value
Type:
DbStorageClient
See Also