StaticRoutesXmlConfigurationProvider.TryGet Method

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


Namespace: TwinCAT.Ads.Configuration
Assembly: TwinCAT.Ads.ConfigurationProviders (in TwinCAT.Ads.ConfigurationProviders.dll) Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470

Syntax

C#

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

Parameters

key  String

The key to lookup.

value  String

The value found at key if one is found.

Return Value

Boolean
True if key has a value, false otherwise.

Implements

IConfigurationProvider.TryGet(String, String)

See Also

Reference

StaticRoutesXmlConfigurationProvider Class TwinCAT.Ads.Configuration Namespace

Beckhoff Automation GmbH & Co. KG 2001-2026