RemoveCimSessionCommand.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 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