Click or drag to resize

ConfigurationCellCollectionTryGetByIDLabel Method

Attempts to get IConfigurationCell with the specified label.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public virtual bool TryGetByIDLabel(
	string label,
	out IConfigurationCell configurationCell
)
View Source

Parameters

label  String
The IDLabel to find.
configurationCell  IConfigurationCell
When this method returns, contains the IConfigurationCell with the specified label, if found; otherwise, null is returned.

Return Value

Boolean
true if the ConfigurationCellCollection contains an element with the specified label; otherwise, false.
See Also