Open sandboxFocus

Property AncestorOverrideAction

AncestorOverrideAction

Specifies the action (Fail or Ignore) to be overtaken when an ancestor of one of the interfaces specified by PublicInterfaces is already implemented by the type to which the current aspect is applied.

Declaration
public InterfaceOverrideAction? AncestorOverrideAction { get; set; }
Property Value
Type Description
InterfaceOverrideAction?
See Also