ServiceOperationBaseCommand.InputObject Property

Definition

Service controller objects

public:
 property cli::array <System::ServiceProcess::ServiceController ^> ^ InputObject { cli::array <System::ServiceProcess::ServiceController ^> ^ get(); void set(cli::array <System::ServiceProcess::ServiceController ^> ^ value); };
public System.ServiceProcess.ServiceController[] InputObject { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="InputObject", Position=0, ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.ServiceProcess.ServiceController[] InputObject { get; set; }
member this.InputObject : System.ServiceProcess.ServiceController[] with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="InputObject", Position=0, ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.InputObject : System.ServiceProcess.ServiceController[] with get, set
Public Property InputObject As ServiceController()

Property Value

Attributes

Applies to