IDataItemGetValueT Method |
IT Hit User File System
Gets value.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax Function GetValue(Of T) As T
generic<typename T>
T GetValue()
abstract GetValue : unit -> 'T
Type Parameters
- T
- The value will be automatically deserialized to the type specified by this type-parameter.
Return Value
Type:
TData value.
See Also