> 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/getuniquecombinedsystemidentifier.md).

# GetUniqueCombinedSystemIdentifier

### Description

Gets a unique system identifier that is a combination of different IDs based on the license-binding argument.

```csharp
string GetUniqueCombinedSystemIdentifier(int licenseBinding)
```

### Parameters

| Parameter      | Type | Description                                                 |
| -------------- | :--: | ----------------------------------------------------------- |
| licenseBinding |  int | An OR'ed value of a combination of ELicenseBinding options. |

### Return

| Type   | Description                   |
| ------ | ----------------------------- |
| string | returns the unique identifier |
