> ## 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 GetDeviceKeysOnDeviceIdentifierTableRecordIdRequest

# <a id="SuperOffice_WebApi_Data_ForeignSystem_GetDeviceKeysOnDeviceIdentifierTableRecordIdRequest" /> Class ForeignSystem\_GetDeviceKeysOnDeviceIdentifierTableRecordIdRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[ForeignSystem\_GetDeviceKeysOnDeviceIdentifierTableRecordIdRequest](SuperOffice.WebApi.Data.ForeignSystem_GetDeviceKeysOnDeviceIdentifierTableRecordIdRequest.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_GetDeviceKeysOnDeviceIdentifierTableRecordIdRequest__ctor" /> ForeignSystem\_GetDeviceKeysOnDeviceIdentifierTableRecordIdRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_ForeignSystem_GetDeviceKeysOnDeviceIdentifierTableRecordIdRequest_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_GetDeviceKeysOnDeviceIdentifierTableRecordIdRequest_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_GetDeviceKeysOnDeviceIdentifierTableRecordIdRequest_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_GetDeviceKeysOnDeviceIdentifierTableRecordIdRequest_RecordId" /> RecordId

```csharp theme={null}
public int RecordId { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ForeignSystem_GetDeviceKeysOnDeviceIdentifierTableRecordIdRequest_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 GetDeviceKeysOnDeviceIdentifierTableRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ForeignSystem_GetDeviceKeysOnDeviceIdentifierTableRequest.md)
- [SuperOffice.WebApi.Agents.ForeignSystemAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ForeignSystemAgent.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.Data.ForeignSystem GetDeviceByIdentifierRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ForeignSystem_GetDeviceByIdentifierRequest.md)
