Freigeben über


GetCimSessionCommand.Id Property

Definition

The following is the definition of the input parameter "Id". Specifies one or more numeric Id(s) for which to get CimSession(s).

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