Click or drag to resize

IPropertiesDictionaryGetValueT Method

IT Hit User File System
Gets value associated with the specified key.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 9.0.27334.0-Beta
Syntax
T GetValue<T>(
	string key
)

Parameters

key
Type: SystemString
The key whose value to get.

Type Parameters

T

Return Value

Type: T
Value stored under the key.
Remarks
If data is saved, this method reads directly from underlying local storage.
See Also