Process.SessionId Property
.NET Framework (current version)
Gets the Terminal Services session identifier for the associated process.
Assembly: System (in System.dll)
Property Value
Type: System.Int32The Terminal Services session identifier for the associated process.
| Exception | Condition |
|---|---|
| NullReferenceException | There is no session associated with this process. |
| InvalidOperationException | There is no process associated with this session identifier. -or- The associated process is not on this machine. |
| PlatformNotSupportedException | The SessionId property is not supported on Windows 98. |
The SessionId property identifies the session in which the application is currently running.
LinkDemand
for full trust for the immediate caller. This member cannot be used by partially trusted code.
.NET Framework
Available since 2.0
Available since 2.0
Show: