MappedPropertyViewModel Value Property KerbalEdit - Take control of your KSP Data!
Gets or sets the value data of the property.

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

public Object Value { get; set; }
Exceptions

ExceptionCondition
KerbalEdit KerbalEditExceptionthrown when provided value cannot be converted to target type for property name
Remarks

Stores the data into the underlying mapped property on the model. Type conversion is automatically handled by this property's mapping. If this value is bound to an open control and the user provides a value that cannot be converted an exception will be thrown.

See Also