DynamicValue.TryGetMemberValue Method
Tries the get member value.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public virtual bool TryGetMemberValue(
string name,
out Object?? result
)
Parameters
name |
Type: System.String |
result |
Type: System.Object. |
Return Value
Type: Boolean
true if the member value could be
determined, false otherwise.