SetGPInheritanceCommand.IsBlocked Property

 

Gets and sets the value of the IsBlocked parameter of the Set-GPInheritance cmdlet.

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

Syntax

[ParameterAttribute(Mandatory = true)]
public BlockInheritance IsBlocked { get; set; }
public:
[ParameterAttribute(Mandatory = true)]
property BlockInheritance IsBlocked {
    BlockInheritance get();
    void set(BlockInheritance value);
}
[<ParameterAttribute(Mandatory = true)>]
member IsBlocked : BlockInheritance with get, set
<ParameterAttribute(Mandatory := True)>
Public Property IsBlocked As BlockInheritance

Property Value

Type: Microsoft.GroupPolicy.Commands.BlockInheritance

Returns BlockInheritance.

Remarks

This topic is included in this SDK for completeness only.For more information about this cmdlet, see Set-GPInheritance in the Microsoft TechNet library.

For Help at the command line, type:

get-help set-gpinheritance

See Also

SetGPInheritanceCommand Class
Microsoft.GroupPolicy.Commands Namespace

Return to top