PersistenceKeyValuePair(String, Int64) Constructor |
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public PersistenceKeyValuePair(
string key,
long value
)
Public Sub New (
key As String,
value As Long
)
Dim key As String
Dim value As Long
Dim instance As New PersistenceKeyValuePair(key, value)
Parameters
- key String
- The key.
- value Int64
- The value.
Remarks The numeric value is written in round-trip format into the value field.
See Also