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.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
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