ReadOnlyFieldCollection.TryGetMember Method

Tries to get the specified member

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

Syntax

C#

public bool TryGetMember(
    string fieldName,
    out IField symbol
)

VB

Public Function TryGetMember ( 
    fieldName As String,
    <OutAttribute> ByRef symbol As IField
) As Boolean

Parameters

fieldName

Type: System.String
Name of the member.

symbol

Type: TwinCAT.TypeSystem.IField.
The symbol.

Return Value

Type: Boolean
true if found, false otherwise.

Reference

ReadOnlyFieldCollection Class

TwinCAT.TypeSystem Namespace