Process.SessionId Property

Definition

Gets the Terminal Services session identifier for the associated process.

public:
 property int SessionId { int get(); };
public int SessionId { get; }
member this.SessionId : int
Public ReadOnly Property SessionId As Integer

Property Value

The Terminal Services session identifier for the associated process.

Exceptions

There is no session associated with this process.

There is no process associated with this session identifier.

-or-

The associated process is not on this machine.

Remarks

The SessionId property identifies the session in which the application is currently running.

Applies to