public bool TryGetBySectionEntry(
string sectionEntry,
out ConfigurationCell configurationCell
)Public Function TryGetBySectionEntry (
sectionEntry As String,
<OutAttribute> ByRef configurationCell As ConfigurationCell
) As Booleanpublic:
bool TryGetBySectionEntry(
String^ sectionEntry,
[OutAttribute] ConfigurationCell^% configurationCell
)function TryGetBySectionEntry(sectionEntry, configurationCell);