|
ConfigurationCellCollectionTryGetBySectionEntry Method
|
Namespace: GSF.PhasorProtocols.BPAPDCstreamAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic bool TryGetBySectionEntry(
string sectionEntry,
out ConfigurationCell configurationCell
)
Public Function TryGetBySectionEntry (
sectionEntry As String,
<OutAttribute> ByRef configurationCell As ConfigurationCell
) As Boolean
public:
bool TryGetBySectionEntry(
String^ sectionEntry,
[OutAttribute] ConfigurationCell^% configurationCell
)
member TryGetBySectionEntry :
sectionEntry : string *
configurationCell : ConfigurationCell byref -> bool
function TryGetBySectionEntry(sectionEntry, configurationCell);
View SourceParameters
- 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