SingleProperty
Property holding an optional value of type T.
This is a generic type that can be used when no more specific property type is applicable.
Parameters
value
The value of the property. Can be null
if it is temporarily unavailable or invalid.