IStructValue.TryGetMemberValue Method
Tries to get a property/Member value.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
bool TryGetMemberValue(
string name,
out Object?? value
)
Parameters
name |
Type: System.String |
value |
Type: System.Object. |
Return Value
Type: Boolean
true if succeeded, otherwise false otherwise.