GetCimSessionCommand.Id Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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