PersistenceKeyValuePair(String, String) Constructor |
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public PersistenceKeyValuePair(
string key,
string value
)
Public Sub New (
key As String,
value As String
)
Dim key As String
Dim value As String
Dim instance As New PersistenceKeyValuePair(key, value)
Parameters
- key String
- The key.
- value String
- The value.
See Also