VaultOnlineAutoSync Property

Gets or sets vault auto sync flag.

Definition

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

Property Value

Boolean

Implements

IVaultAutoSync

Remarks

When True the library subscribes to the Vault change notifications.

See Also