IStructValue.TryGetMemberValue Method

Tries to get a property/Member value.

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

Syntax

C#

bool TryGetMemberValue(
    string name,
    out Object value
)

VB

Function TryGetMemberValue ( 
    name As String,
    <OutAttribute> ByRef value As Object
) As Boolean

Parameters

name

Type: System.String
The name of the member

value

Type: System.Object.
The value.

Return Value

Type: Boolean
true if succeeded, otherwise false otherwise.

Reference

IStructValue Interface

TwinCAT.TypeSystem Namespace