ReadOnlyTypeAttributeCollection.TryGetValue Method

Tries to get the specified Attribute value.

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public 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 could be found, false otherwise.

Implements

ITypeAttributeCollection.TryGetValue(String, String.)

Reference

ReadOnlyTypeAttributeCollection Class

TwinCAT.TypeSystem Namespace