Keeper SDK Class Library
C#
Show/Hide TOC
Vault
Online
Auto
Sync Property
Gets or sets vault auto sync flag.
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
bool
AutoSync
{
get
;
set
; }
Property Value
Boolean
Implements
IVault
AutoSync
Remarks
When
True
the library subscribes to the Vault change notifications.
See Also
Reference
VaultOnline Class
KeeperSecurity.Vault Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also