BlockInheritance Enumeration

 

Defines the possible values for the IsBlocked parameter of the Set-GPInheritance cmdlet. This topic is included in this SDK for completeness only.

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

Syntax

public enum BlockInheritance
public enum class BlockInheritance
type BlockInheritance
Public Enumeration BlockInheritance

Members

Member name Description
No

Unblock inheritance.

Yes

Block Inheritance.

Remarks

For more information about the IsBlocked parameter of the Set-GPInheritance cmdlet, see Set-GPInheritance in the Microsoft TechNet library.

For Help at the command line, type:

get-help set-gpinheritance

See Also

Microsoft.GroupPolicy.Commands Namespace

Return to top