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

# <a id="SuperOffice_WebApi_Data_ForeignSystem_GetKeyValueRequest" /> Class ForeignSystem\_GetKeyValueRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_ForeignSystem_GetKeyValueRequest_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_GetKeyValueRequest_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_GetKeyValueRequest_KeyName" /> KeyName

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ForeignSystem_GetKeyValueRequest_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_GetKeyValueRequest_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 GetKeyByValueRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ForeignSystem_GetKeyByValueRequest.md)
- [SuperOffice.WebApi.Data.ForeignSystem GetKeyByValueAndIdentifierRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ForeignSystem_GetKeyByValueAndIdentifierRequest.md)
- [SuperOffice.WebApi.Data.ForeignSystem GetKeyValueOnDeviceIdentifierRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ForeignSystem_GetKeyValueOnDeviceIdentifierRequest.md)
- [SuperOffice.WebApi.Data.ForeignSystem GetKeyRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ForeignSystem_GetKeyRequest.md)
- [SuperOffice.WebApi.Data.ForeignSystem GetAllForeignKeysOnEntityRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ForeignSystem_GetAllForeignKeysOnEntityRequest.md)
- [SuperOffice.WebApi.Data.ForeignSystem GetDeviceKeysRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ForeignSystem_GetDeviceKeysRequest.md)
