IEnumValue.RawValue Property
Gets the raw value of the enumeration (as byte array)
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
byte[] RawValue { get; }
VB
ReadOnly Property RawValue As Byte()
Get
Property Value
Type: .Byte.
The raw value.