KerbalDataObjectViewModel UnmappedProperties Property KerbalEdit - Take control of your KSP Data!
Gets a collection of unmapped (un-typed string dictionary) properties and their value handled by the KerbalDataObject instance.

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

public ObservableCollection<UnMappedPropertyViewModel> UnmappedProperties { get; set; }
See Also