ITypeAttributeCollection.TryGetValue Method
Tries to get the specified Attribute value.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
bool TryGetValue(
string name,
out string?? value
)
Parameters
name |
Type: System.String |
value |
Type: System.String. |
Return Value
Type: Boolean
true if the value is found, false otherwise.