Share via


RemoveCimSessionCommand.Id Property

 

Gets and sets the Id property, which specifies the friendly IDs of the CIM sessions that are to be removed (terminated).

Namespace:   Microsoft.Management.Infrastructure.CimCmdlets
Assembly:  Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)

Syntax

[ParameterAttribute(Mandatory = true, Position = 0, ValueFromPipelineByPropertyName = true, 
    ParameterSetName = "SessionIdSet")]
public uint[] Id { get; set; }
public:
[ParameterAttribute(Mandatory = true, Position = 0, ValueFromPipelineByPropertyName = true, 
    ParameterSetName = "SessionIdSet")]
property array<unsigned int>^ Id {
    array<unsigned int>^ get();
    void set(array<unsigned int>^ value);
}
[<ParameterAttribute(Mandatory = true, Position = 0, ValueFromPipelineByPropertyName = true,
    ParameterSetName = "SessionIdSet")>]
member Id : uint32[] with get, set
<ParameterAttribute(Mandatory := True, Position := 0, ValueFromPipelineByPropertyName := True,
    ParameterSetName := "SessionIdSet")>
Public Property Id As UInteger()

Property Value

Type: System.UInt32[]

Returns UInt32.

See Also

RemoveCimSessionCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top