StopProcessCommand.InputObject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets/sets an array of objects.
public:
property cli::array <System::Diagnostics::Process ^> ^ InputObject { cli::array <System::Diagnostics::Process ^> ^ get(); void set(cli::array <System::Diagnostics::Process ^> ^ value); };
public System.Diagnostics.Process[] InputObject { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="InputObject", Position=0, ValueFromPipeline=true)]
public System.Diagnostics.Process[] InputObject { get; set; }
member this.InputObject : System.Diagnostics.Process[] with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="InputObject", Position=0, ValueFromPipeline=true)>]
member this.InputObject : System.Diagnostics.Process[] with get, set
Public Property InputObject As Process()
Property Value
Process[]
- Attributes