> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/api-reference/.net-api/iqlmhardware/runningonterminalserver.md).

# RunningOnTerminalServer

### Description

Determines whether the current process is running on Citrix or Terminal Server

```csharp
bool RunningOnTerminalServer   ()
```

### Return

| Type | Description                                                                 |
| ---- | --------------------------------------------------------------------------- |
| bool | returns whether the current process is running on Citrix or Terminal Server |
