ReadOnlyTypeAttributeCollection.TryGetValue Method

Tries to get the specified Attribute value.

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public bool TryGetValue(
    string name,
    out string value
)

VB

Public Function TryGetValue ( 
    name As String,
    <OutAttribute> ByRef value As String
) As Boolean

Parameters

name

Type: System.String
The name.

value

Type: System.String.
The value.

Return Value

Type: Boolean
true if XXXX, false otherwise.

Reference

ReadOnlyTypeAttributeCollection Class

TwinCAT.TypeSystem Namespace