KerbalDataObjectViewModel MappedProperties Property KerbalEdit - Take control of your KSP Data!
Gets a collection of mapped (strongly typed) 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<MappedPropertyViewModel> MappedProperties { get; }
See Also