IEntityStorageTGetEntity Method |
Gets entity by entity UID.
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax T GetEntity(
string uid
)
Parameters
- uid String
- Entity UID.
Return Value
TEntity instance.
See Also