> ## 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.Sentry GetTableRightByOwnershipRequest

# <a id="SuperOffice_WebApi_Data_Sentry_GetTableRightByOwnershipRequest" /> Class Sentry\_GetTableRightByOwnershipRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Sentry\_GetTableRightByOwnershipRequest](SuperOffice.WebApi.Data.Sentry_GetTableRightByOwnershipRequest.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_Sentry_GetTableRightByOwnershipRequest__ctor" /> Sentry\_GetTableRightByOwnershipRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_Sentry_GetTableRightByOwnershipRequest_ContactAssociateId" /> ContactAssociateId

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Sentry_GetTableRightByOwnershipRequest_ContactGroupId" /> ContactGroupId

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Sentry_GetTableRightByOwnershipRequest_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.Sentry GetTableRightByContactOwnershipRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Sentry_GetTableRightByContactOwnershipRequest.md)
- [SuperOffice.WebApi.Agents.SentryAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.SentryAgent.md)
- [SuperOffice.WebApi.Agents.ISentryAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ISentryAgent.md)
- [SuperOffice.WebApi.Data.Sentry GetNewTableRightRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Sentry_GetNewTableRightRequest.md)
- [SuperOffice.WebApi.Data.Sentry GetFunctionRightsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Sentry_GetFunctionRightsRequest.md)
- [SuperOffice.WebApi.Data.Sentry](/en/api/reference/webapi/SuperOffice.WebApi.Data.Sentry.md)
