|   | ConfigurationCellCollectionTryGetBySectionEntry Method | 
        
        
        
        Namespace: GSF.PhasorProtocols.MacrodyneAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic bool TryGetBySectionEntry(
	string sectionEntry,
	ref ConfigurationCell configurationCell
)
Public Function TryGetBySectionEntry ( 
	sectionEntry As String,
	ByRef configurationCell As ConfigurationCell
) As Boolean
public:
bool TryGetBySectionEntry(
	String^ sectionEntry, 
	ConfigurationCell^% configurationCell
)
member TryGetBySectionEntry : 
        sectionEntry : string * 
        configurationCell : ConfigurationCell byref -> bool function TryGetBySectionEntry(sectionEntry, configurationCell);
Parameters
- sectionEntry  String
- SectionEntry value to try to find.
- configurationCell  ConfigurationCell
- ConfigurationCell with the specified sectionEntry if found; otherwise null.
Return Value
Booleantrue if 
ConfigurationCell with the specified 
sectionEntry is found; otherwise 
false.
 See Also
See Also