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: 4.3.0.0

Syntax

C#

public byte[] RawValue { get; }

VB

Public ReadOnly Property RawValue As Byte()
    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