Click or drag to resize

IConfigCollectionTGet Method

Return entity by ID.

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
T Get(
	string id
)

Parameters

id  String
Entity ID

Return Value

T

[Missing <returns> documentation for "M:KeeperSecurity.Configuration.IConfigCollection`1.Get(System.String)"]

See Also