InvokeCimMethodCommand.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.
The following is the definition of the input parameter "InputObject". Takes a CimInstance object retrieved by a Get-CimInstance call. Invoke the method against the given instance.
public Microsoft.Management.Infrastructure.CimInstance InputObject { get; set; }
[System.Management.Automation.Alias(new System.String[] { "CimInstance" })]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="CimInstanceComputerSet", Position=0, ValueFromPipeline=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="CimInstanceSessionSet", Position=0, ValueFromPipeline=true)]
public Microsoft.Management.Infrastructure.CimInstance InputObject { get; set; }
member this.InputObject : Microsoft.Management.Infrastructure.CimInstance with get, set
[<System.Management.Automation.Alias(new System.String[] { "CimInstance" })>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="CimInstanceComputerSet", Position=0, ValueFromPipeline=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="CimInstanceSessionSet", Position=0, ValueFromPipeline=true)>]
member this.InputObject : Microsoft.Management.Infrastructure.CimInstance with get, set
Public Property InputObject As CimInstance
Property Value
- Attributes