RemoveGPPrefRegistryValueCommand.Order Property

 

Gets and sets the value of the Order parameter of the Remove-GPPrefRegistryValue cmdlet.

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

Syntax

[ParameterAttribute(ValueFromPipelineByPropertyName = true)]
public int Order { get; set; }
public:
[ParameterAttribute(ValueFromPipelineByPropertyName = true)]
property int Order {
    int get();
    void set(int value);
}
[<ParameterAttribute(ValueFromPipelineByPropertyName = true)>]
member Order : int with get, set
<ParameterAttribute(ValueFromPipelineByPropertyName := True)>
Public Property Order As Integer

Property Value

Type: System.Int32

Returns Int32.

Remarks

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

For Help at the command line, type:

get-help remove-gpprefregistryvalue

See Also

RemoveGPPrefRegistryValueCommand Class
Microsoft.GroupPolicy.Commands Namespace

Return to top