Gets or sets the value data of the property.
Namespace: KerbalEdit.ViewModelsAssembly: KerbalEdit (in KerbalEdit.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
Exceptions
| Exception | Condition |
|---|---|
| KerbalEdit KerbalEditException | thrown 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