Gets a collection of unmapped (un-typed string dictionary) properties and their value handled by the KerbalDataObject instance.
Namespace: KerbalEdit.ViewModelsAssembly: KerbalEdit (in KerbalEdit.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ObservableCollection<UnMappedPropertyViewModel> UnmappedProperties { get; set; }
See Also