Open sandboxFocus

Property InheritedByDerivedTypes

InheritedByDerivedTypes

Gets or sets a value indicating whether the options are inherited from the base type to derived types. The default value is true.

Declaration
public bool InheritedByDerivedTypes { get; init; }
Property Value
Type Description
bool

true if options set on a base type apply to derived types (unless overridden); otherwise, false.