GetCimAssociatedInstanceCommand.InputObject Property

Definition

The following is the definition of the input parameter "InputObject". Provides the instance from which the association traversal is to begin.

public Microsoft.Management.Infrastructure.CimInstance InputObject { get; set; }
[System.Management.Automation.Alias(new System.String[] { "CimInstance" })]
[System.Management.Automation.Parameter(Mandatory=true, 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, Position=0, ValueFromPipeline=true)>]
member this.InputObject : Microsoft.Management.Infrastructure.CimInstance with get, set
Public Property InputObject As CimInstance

Property Value

Attributes

Applies to