Gets or sets the key of the unmapped property.
Namespace: KerbalEdit.ViewModelsAssembly: KerbalEdit (in KerbalEdit.exe) Version: 1.0.0.0 (1.0.0.0)
public string Key { get; set; }public string Key { get; set; }Public Property Key As String
Get
Set
Public Property Key As String
Get
Set
public:
property String^ Key {
String^ get ();
void set (String^ value);
}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.