StaticRoutesXmlConfigurationProvider.TryGet Method

Attempts to find a value with the given key, returns true if one is found, false otherwise.

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

Syntax

C#

public override bool TryGet(
    string key,
    out string?? value
)

Parameters

key

Type: System.String
The key to lookup.

value

Type: System.String.
The value found at key if one is found.

Return Value

Type: Boolean
True if key has a value, false otherwise.

Implements

IConfigurationProvider.TryGet(String, String.)

Reference

StaticRoutesXmlConfigurationProvider Class

TwinCAT.Ads.TcpRouter Namespace