Click or drag to resize

IStorageProviderGetValue Method

Retrieves a value from storage

Namespace: Ignition.Utility
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
Object GetValue(
	string key
)

Parameters

key  String
Key of the value to retrieve

Return Value

Object
The requested value
See Also