public 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
)
function TryGetBySectionEntry(sectionEntry, configurationCell);