AuthorizationHandlerContext.HasFailed Property

Definition

Flag indicating whether the current authorization processing has failed due to Fail being called.

public:
 property bool HasFailed { bool get(); };
public:
 virtual property bool HasFailed { bool get(); };
public bool HasFailed { get; }
public virtual bool HasFailed { get; }
member this.HasFailed : bool
Public ReadOnly Property HasFailed As Boolean
Public Overridable ReadOnly Property HasFailed As Boolean

Property Value

Applies to