Share via


GetCimAssociatedInstanceCommand.InputObject Property

 

Gets and sets the InputObject parameter, which provides the instance from which the association traversal is to begin.

Namespace:   Microsoft.Management.Infrastructure.CimCmdlets
Assembly:  Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)

Syntax

[ParameterAttribute(Mandatory = true, Position = 0, ValueFromPipeline = true)]
[AliasAttribute(new string[] { ... })]
public CimInstance InputObject { get; set; }
public:
[ParameterAttribute(Mandatory = true, Position = 0, ValueFromPipeline = true)]
[AliasAttribute(new array<String^>^ { ... })]
property CimInstance^ InputObject {
    CimInstance^ get();
    void set(CimInstance^ value);
}
[<ParameterAttribute(Mandatory = true, Position = 0, ValueFromPipeline = true)>]
[<AliasAttribute([| ... |])>]
member InputObject : CimInstance with get, set
<ParameterAttribute(Mandatory := True, Position := 0, ValueFromPipeline := True)>
<AliasAttribute(New String() { ... })>
Public Property InputObject As CimInstance

Property Value

Type: Microsoft.Management.Infrastructure.CimInstance

Returns CimInstance.

See Also

GetCimAssociatedInstanceCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top