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.

Implements

IEnumValue.RawValue

Exceptions

Exception

Condition

NotSupportedException

Base type of enum is not allowed!

Reference

EnumValue.T. Class

TwinCAT.TypeSystem Namespace