Megosztás a következőn keresztül:


RemoveCimSessionCommand.CimSession Property

Definition

The following is the definition of the input parameter "CimSession". Specifies one or more CimSession object to be removed from the local PS session/runspace.

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

Property Value

Attributes

Applies to