PersistenceKeyValuePairLongValue Property |
Gets or sets the long value.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public long LongValue { get; set; }
Public Property LongValue As Long
Get
Set
Dim instance As PersistenceKeyValuePair
Dim value As Long
value = instance.LongValue
instance.LongValue = value
Property Value
Int64See Also