 | IStorageProviderGetValue Method |
Retrieves a value from storage
Namespace: Ignition.UtilityAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
SyntaxObject GetValue(
string key
)
Function GetValue (
key As String
) As Object
Object^ GetValue(
String^ key
)
abstract GetValue :
key : string -> Object Parameters
- key String
- Key of the value to retrieve
Return Value
ObjectThe requested value
See Also