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 |
symbol |
Type: TwinCAT.TypeSystem.IField. |
Return Value
Type: Boolean
true if found, false otherwise.