UnMappedPropertyViewModel Key Property KerbalEdit - Take control of your KSP Data!
Gets or sets the key of the unmapped property.

Namespace: KerbalEdit.ViewModels
Assembly: KerbalEdit (in KerbalEdit.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax

public string Key { get; set; }
Remarks

Unlike mapped properties, unmapped properties are simple dictionary entries which can have key names easily changed. Use unmapped properties to change existing keys and add completely new values to the data.
See Also