Click or drag to resize

PersistenceKeyValuePair(String, String) Constructor

Initializes a new instance of the PersistenceKeyValuePair class.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public PersistenceKeyValuePair(
	string key,
	string value
)

Parameters

key  String
The key.
value  String
The value.
See Also