Click or drag to resize

SolutionGlobalSectionKeyValuePairs Property

The list of key/value pairs ordered as they appear in the solution file.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public List<KeyValuePair<string, string>> KeyValuePairs { get; }

Property Value

Type: ListKeyValuePairString, String
See Also