UpdateListCommand.InputObject Property

Definition

The following is the definition of the input parameter "InputObject". List of InputObjects where the updates needs to applied to the specific property.

public System.Management.Automation.PSObject InputObject { get; set; }
[System.Management.Automation.Parameter(ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Management.Automation.PSObject InputObject { get; set; }
member this.InputObject : System.Management.Automation.PSObject with get, set
[<System.Management.Automation.Parameter(ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.InputObject : System.Management.Automation.PSObject with get, set
Public Property InputObject As PSObject

Property Value

Attributes

Applies to