Open sandboxFocus

Property InheritedByOverridingMembers

InheritedByOverridingMembers

Gets or sets a value indicating whether the options are inherited from the base virtual member to the overriding members. The default value is true.

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

true if options set on a base virtual or abstract member apply to override members in derived types (unless overridden); otherwise, false.