Class PermissionEvaluationResult
Represents result of an evaluation.
public abstract class PermissionEvaluationResult
- Inheritance
-
objectPermissionEvaluationResult
- Derived
- Extension Methods
Properties
Succeeded
Returns a flag indication whether the permission evaluation was successful.
public bool Succeeded { get; protected set; }
Property Value
- bool