PostSharp//API Reference/Post­Sharp.​Aspects.​Configuration/Composition­Aspect­Configuration/Override­Action
Open sandboxFocus

Property OverrideAction

OverrideAction

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

Declaration
public Nullable<InterfaceOverrideAction> OverrideAction { get; set; }
Property Value
Type Description
Nullable<InterfaceOverrideAction>