> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.ForeignSystem GetDeviceKeysOnDeviceIdentifierTableRequest

# <a id="SuperOffice_WebApi_Data_ForeignSystem_GetDeviceKeysOnDeviceIdentifierTableRequest" /> Class ForeignSystem\_GetDeviceKeysOnDeviceIdentifierTableRequest

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

```csharp theme={null}
public class ForeignSystem_GetDeviceKeysOnDeviceIdentifierTableRequest
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[ForeignSystem\_GetDeviceKeysOnDeviceIdentifierTableRequest](SuperOffice.WebApi.Data.ForeignSystem_GetDeviceKeysOnDeviceIdentifierTableRequest.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_ForeignSystem_GetDeviceKeysOnDeviceIdentifierTableRequest__ctor" /> ForeignSystem\_GetDeviceKeysOnDeviceIdentifierTableRequest()

```csharp theme={null}
public ForeignSystem_GetDeviceKeysOnDeviceIdentifierTableRequest()
```

## Properties

### <a id="SuperOffice_WebApi_Data_ForeignSystem_GetDeviceKeysOnDeviceIdentifierTableRequest_ApplicationName" /> ApplicationName

```csharp theme={null}
public string ApplicationName { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_ForeignSystem_GetDeviceKeysOnDeviceIdentifierTableRequest_DeviceIdentifier" /> DeviceIdentifier

```csharp theme={null}
public string DeviceIdentifier { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_ForeignSystem_GetDeviceKeysOnDeviceIdentifierTableRequest_DeviceName" /> DeviceName

```csharp theme={null}
public string DeviceName { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_ForeignSystem_GetDeviceKeysOnDeviceIdentifierTableRequest_TableName" /> TableName

```csharp theme={null}
public string TableName { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)


## Related topics

- [SuperOffice.WebApi.Data.ForeignSystem GetDeviceKeysOnDeviceIdentifierTableRecordIdRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ForeignSystem_GetDeviceKeysOnDeviceIdentifierTableRecordIdRequest.md)
- [SuperOffice.WebApi.Data.ForeignSystem GetDeviceKeysOnDeviceIdentifierRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ForeignSystem_GetDeviceKeysOnDeviceIdentifierRequest.md)
- [SuperOffice.WebApi.Data.ForeignSystem GetKeyOnDeviceIdentifierRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ForeignSystem_GetKeyOnDeviceIdentifierRequest.md)
- [SuperOffice.WebApi.Data.ForeignSystem GetKeyValueOnDeviceIdentifierRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ForeignSystem_GetKeyValueOnDeviceIdentifierRequest.md)
- [SuperOffice.WebApi.Agents.ForeignSystemAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ForeignSystemAgent.md)
- [SuperOffice.WebApi.Data.ForeignSystem GetDeviceByIdentifierRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ForeignSystem_GetDeviceByIdentifierRequest.md)
