EnumValue.T..RawValue Property
Gets the raw value of the enumeration (as byte array)
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public byte[] RawValue { get; }
Property Value
Type: .Byte.
The raw value.
Exceptions
Exception |
Condition |
---|---|
NotSupportedException |
Base type of enum is not allowed! |