SolutionGlobalSectionFindValue Method |
Find the value with the specified key (only looks in the dictionary, so won't find duplicate keys).
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public string FindValue(
string key
)
Parameters
- key
- Type: SystemString
Return Value
Type:
StringSee Also