SetItemPropertyCommand.Value Property

Definition

The value of the property to set.

public:
 property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
public:
 property Platform::Object ^ Value { Platform::Object ^ get(); void set(Platform::Object ^ value); };
public object Value { get; set; }
[System.Management.Automation.AllowNull]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="propertyValuePathSet", Position=2, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="propertyValueLiteralPathSet", Position=2, ValueFromPipelineByPropertyName=true)]
public object Value { get; set; }
member this.Value : obj with get, set
[<System.Management.Automation.AllowNull>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="propertyValuePathSet", Position=2, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="propertyValueLiteralPathSet", Position=2, ValueFromPipelineByPropertyName=true)>]
member this.Value : obj with get, set
Public Property Value As Object

Property Value

This value type is determined by the InvokeProvider.

Attributes

Applies to