ConfigurationCellCollectionTryGetBySectionEntry Method

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

Definition

Namespace: Gemstone.PhasorProtocols.Macrodyne
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.147 -- Release Build+f4cca6bc29b9a344db35676d1f49d8207c89dbf5
public bool TryGetBySectionEntry(
	string sectionEntry,
	ref 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