OptionalContentDisplayProperty
interface OptionalContentDisplayProperty : Property<ContentDisplay?> , ReadOnlyOptionalContentDisplayProperty
Boilerplate which avoids having to use generics.
Similar to ContentDisplayProperty, but the value can also be null
.