Click or drag to resize

InMemoryKeeperStorageTeams Property

Gets team entity storage.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public IEntityStorage<IEnterpriseTeam> Teams { get; }

Property Value

IEntityStorageIEnterpriseTeam

Implements

IKeeperStorageTeams
See Also