DynamicValue.TryGetMemberValue Method

Tries the get member value.

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

Syntax

C#

public virtual bool TryGetMemberValue(
    string name,
    out Object result
)

VB

Public Overridable Function TryGetMemberValue ( 
    name As String,
    <OutAttribute> ByRef result As Object
) As Boolean

Parameters

name

Type: System.String
The name.

result

Type: System.Object.
The result.

Return Value

Type: Boolean
true if XXXX, false otherwise.

Implements

IStructValue.TryGetMemberValue(String, Object.)

Exceptions

Exception

Condition

SymbolException

Reference

DynamicValue Class

TwinCAT.TypeSystem Namespace