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
The name.

value

Type: System.String.
The value.

Return Value

Type: Boolean
true if the value is found, false otherwise.

Reference

ITypeAttributeCollection Interface

TwinCAT.TypeSystem Namespace