Click or drag to resize

ConfigurationCellCollectionTryGetBySectionEntry Method

Attempts to retrieve a ConfigurationCell from this ConfigurationCellCollection with the specified sectionEntry.

Namespace: GSF.PhasorProtocols.BPAPDCstream
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public bool TryGetBySectionEntry(
	string sectionEntry,
	out ConfigurationCell configurationCell
)
View Source

Parameters

sectionEntry  String
SectionEntry value to try to find.
configurationCell  ConfigurationCell
ConfigurationCell with the specified sectionEntry if found; otherwise null.

Return Value

Boolean
true if ConfigurationCell with the specified sectionEntry is found; otherwise false.
See Also