Click or drag to resize

VaultOnlineAutoSync Property

Gets or sets vault auto sync flag.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public bool AutoSync { get; set; }

Property Value

Boolean

Implements

IVaultAutoSync
Remarks
When True the library subscribes to the Vault change notifications.
See Also