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
SyntaxT GetValue<T>(
string key
)
Function GetValue(Of T) (
key As String
) As T
generic<typename T>
T GetValue(
String^ key
)
abstract GetValue :
key : string -> 'T
Parameters
- key
- Type: SystemString
The key whose value to get.
Type Parameters
- T
Return Value
Type:
TValue stored under the key.
RemarksIf data is saved, this method reads directly from underlying local storage.
See Also