Click or drag to resize

IDataItemGetValueT Method

IT Hit User File System
Gets value.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26791.0-Beta2
Syntax
T GetValue<T>()

Type Parameters

T
The value will be automatically deserialized to the type specified by this type-parameter.

Return Value

Type: T
Data value.
See Also