SelectStringCommand.InputObject Property

Definition

Gets or sets the current pipeline object.

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.AllowEmptyString]
[System.Management.Automation.AllowNull]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Object", ValueFromPipeline=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ObjectRaw", ValueFromPipeline=true)]
public System.Management.Automation.PSObject InputObject { get; set; }
[System.Management.Automation.AllowEmptyString]
[System.Management.Automation.AllowNull]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Object", ValueFromPipeline=true)]
public System.Management.Automation.PSObject InputObject { get; set; }
member this.InputObject : System.Management.Automation.PSObject with get, set
[<System.Management.Automation.AllowEmptyString>]
[<System.Management.Automation.AllowNull>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Object", ValueFromPipeline=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ObjectRaw", ValueFromPipeline=true)>]
member this.InputObject : System.Management.Automation.PSObject with get, set
[<System.Management.Automation.AllowEmptyString>]
[<System.Management.Automation.AllowNull>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Object", ValueFromPipeline=true)>]
member this.InputObject : System.Management.Automation.PSObject with get, set
Public Property InputObject As PSObject

Property Value

Attributes

Applies to