Share via


GetCimSessionCommand.Id Property

 

Gets and sets the Id parameter, which specifies one or more numeric IDs for which to get CIM sessions.

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

GetCimSessionCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top