ConfigurationCellCollectionTryGetBySectionEntry Method

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

Definition

Namespace: Gemstone.PhasorProtocols.BPAPDCstream
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.136 -- Release Build+4bc8539cc260b23af1f55a058712d0a5186ff49a
public bool TryGetBySectionEntry(
	string sectionEntry,
	out ConfigurationCell configurationCell
)

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