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.153 -- Release Build+ada5559b3b674dd4675f3b08c42ff237a50f01ca
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