Freigeben über


RemoveCimSessionCommand.Id Property

Definition

The following is the definition of the input parameter "Id". Specifies the friendly Id(s) of the CimSession(s) that should be removed (terminated).

public uint[] Id { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="SessionIdSet", Position=0, ValueFromPipelineByPropertyName=true)]
public uint[] Id { get; set; }
member this.Id : uint32[] with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="SessionIdSet", Position=0, ValueFromPipelineByPropertyName=true)>]
member this.Id : uint32[] with get, set
Public Property Id As UInteger()

Property Value

UInt32[]
Attributes

Applies to