Share via


SetGPRegistryValueCommand.Additive Property

 

Gets and sets the value of the Additive parameter of the Set-GPRegistryValue cmdlet.

This API is not CLS-compliant.

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

Syntax

[ParameterAttribute]
[ValidateNotNullOrEmptyAttribute]
[CLSCompliantAttribute(false)]
public SwitchParameter Additive { get; set; }
public:
[ParameterAttribute]
[ValidateNotNullOrEmptyAttribute]
[CLSCompliantAttribute(false)]
property SwitchParameter Additive {
    SwitchParameter get();
    void set(SwitchParameter value);
}
[<ParameterAttribute>]
[<ValidateNotNullOrEmptyAttribute>]
[<CLSCompliantAttribute(false)>]
member Additive : SwitchParameter with get, set
<ParameterAttribute>
<ValidateNotNullOrEmptyAttribute>
<CLSCompliantAttribute(False)>
Public Property Additive As SwitchParameter

Property Value

Type: System.Management.Automation.SwitchParameter

Returns SwitchParameter.

Remarks

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

For Help at the command line, type:

get-help set-gpregistryvalue

See Also

SetGPRegistryValueCommand Class
Microsoft.GroupPolicy.Commands Namespace

Return to top