AuthorizationHandlerContext.HasSucceeded Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flag indicating whether the current authorization processing has succeeded.
public:
property bool HasSucceeded { bool get(); };
public:
virtual property bool HasSucceeded { bool get(); };
public bool HasSucceeded { get; }
public virtual bool HasSucceeded { get; }
member this.HasSucceeded : bool
Public ReadOnly Property HasSucceeded As Boolean
Public Overridable ReadOnly Property HasSucceeded As Boolean