Gets a collection of mapped (strongly typed) 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<MappedPropertyViewModel> MappedProperties { get; }
See Also