GPPermission.Denied Property

 

Gets a value that indicates whether the permission is denied.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

public bool Denied { get; }
public:
property bool Denied {
    bool get();
}
member Denied : bool with get
Public ReadOnly Property Denied As Boolean

Property Value

Type: System.Boolean

Returns Boolean. true if the permission is denied; otherwise, false.

See Also

GPPermission Class
Microsoft.GroupPolicy Namespace

Return to top