SetItemPropertyCommand.InputObject Property

Definition

A PSObject that contains the properties and values to be set.

public:
 property System::Management::Automation::PSObject ^ InputObject { System::Management::Automation::PSObject ^ get(); void set(System::Management::Automation::PSObject ^ value); };
public System.Management.Automation.PSObject InputObject { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="propertyPSObjectPathSet", ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="propertyPSObjectLiteralPathSet", ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
public System.Management.Automation.PSObject InputObject { get; set; }
member this.InputObject : System.Management.Automation.PSObject with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="propertyPSObjectPathSet", ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="propertyPSObjectLiteralPathSet", ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
member this.InputObject : System.Management.Automation.PSObject with get, set
Public Property InputObject As PSObject

Property Value

Attributes

Applies to