ReadOnlyEnumValueCollection.Item Property (String)

Gets or sets the element at the specified index.

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public IEnumValue this[
    string name
] { get; }

VB

Public ReadOnly Default Property Item ( 
    name As String
) As IEnumValue
    Get

Parameters

name

Type: System.String
The name of the value

Return Value

Type: IEnumValue
EnumValue<T>.

Exceptions

Exception

Condition

NotImplementedException

NotImplementedException

Reference

ReadOnlyEnumValueCollection Class

Item Overload

TwinCAT.TypeSystem Namespace