PersistenceKeyValuePairKey Property |
Gets or sets the key.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string Key { get; set; }
Public Property Key As String
Get
Set
Dim instance As PersistenceKeyValuePair
Dim value As String
value = instance.Key
instance.Key = value
Property Value
StringSee Also