MappedPropertyViewModel Name Property KerbalEdit - Take control of your KSP Data!
Gets the name of the property.

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

public string Name { get; }
Remarks

Property is read only as Mapped Properties come from typed model properties which have set names. The attribute data on these properties ensures that the naming when saved to a file is correct.

See Also