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  | 
| 
                   result  | 
                   Type: System.Object.  | 
Return Value
Type: Boolean
true if XXXX, false otherwise.