RemoveCimInstanceCommand.CimSession Property

Definition

The following is the definition of the input parameter "Session". CIM session used to remove the CIM Instance.

public Microsoft.Management.Infrastructure.CimSession[] CimSession { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="CimInstanceSessionSet", ValueFromPipeline=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="QuerySessionSet", ValueFromPipeline=true)]
public Microsoft.Management.Infrastructure.CimSession[] CimSession { get; set; }
member this.CimSession : Microsoft.Management.Infrastructure.CimSession[] with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="CimInstanceSessionSet", ValueFromPipeline=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="QuerySessionSet", ValueFromPipeline=true)>]
member this.CimSession : Microsoft.Management.Infrastructure.CimSession[] with get, set
Public Property CimSession As CimSession()

Property Value

Attributes

Applies to