ExplicitPermissionInfo.IsDeny Property

Definition

Gets a value that indicates whether the ExplicitPermissionInfo object is a denied permission.

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

Property Value

true if the object is a denied permission; otherwise, false.

Applies to