Share via


SetGPRegistryValueCommand.Value Property

 

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

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

Syntax

[ParameterAttribute(ValueFromPipelineByPropertyName = true)]
[ValidateNotNullOrEmptyAttribute]
public PSObject Value { get; set; }
public:
[ParameterAttribute(ValueFromPipelineByPropertyName = true)]
[ValidateNotNullOrEmptyAttribute]
property PSObject^ Value {
    PSObject^ get();
    void set(PSObject^ value);
}
[<ParameterAttribute(ValueFromPipelineByPropertyName = true)>]
[<ValidateNotNullOrEmptyAttribute>]
member Value : PSObject with get, set
<ParameterAttribute(ValueFromPipelineByPropertyName := True)>
<ValidateNotNullOrEmptyAttribute>
Public Property Value As PSObject

Property Value

Type: System.Management.Automation.PSObject

Returns PSObject.

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