> ## 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.VisibleFor

# <a id="SuperOffice_WebApi_Data_VisibleFor" /> Class VisibleFor

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

Carrier object for VisibleFor.

```csharp theme={null}
public class VisibleFor : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[VisibleFor](SuperOffice.WebApi.Data.VisibleFor.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[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_VisibleFor__ctor" /> VisibleFor()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_VisibleFor_DisplayValue" /> DisplayValue

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_VisibleFor_Visibility" /> Visibility

NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public Visibility? Visibility { get; set; }
```

#### Property Value

[Visibility](SuperOffice.WebApi.Data.Visibility.md)?

#### See Also

[VisibleFor](SuperOffice.WebApi.Data.VisibleFor.md).[Visibility\_String](SuperOffice.WebApi.Data.VisibleFor.md#SuperOffice_WebApi_Data_VisibleFor_Visibility_String)

### <a id="SuperOffice_WebApi_Data_VisibleFor_Visibility_String" /> Visibility\_String

Raw string enum value.

```csharp theme={null}
[JsonProperty("Visibility")]
public string Visibility_String { get; set; }
```

#### Property Value

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

#### See Also

[VisibleFor](SuperOffice.WebApi.Data.VisibleFor.md).[Visibility](SuperOffice.WebApi.Data.VisibleFor.md#SuperOffice_WebApi_Data_VisibleFor_Visibility)

### <a id="SuperOffice_WebApi_Data_VisibleFor_VisibleId" /> VisibleId

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

#### Property Value

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

## See Also

[SentryAgent](SuperOffice.WebApi.Agents.SentryAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.Dash](/en/api/reference/webapi/SuperOffice.WebApi.Data.Dash.md)
- [SuperOffice.WebApi.Data.SelectionEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.SelectionEntity.md)
- [SuperOffice.WebApi.Data.DashboardTile](/en/api/reference/webapi/SuperOffice.WebApi.Data.DashboardTile.md)
- [SuperOffice.WebApi.Data.EmailFlow](/en/api/reference/webapi/SuperOffice.WebApi.Data.EmailFlow.md)
- [SuperOffice.WebApi.Data.DocumentEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocumentEntity.md)
- [SuperOffice.WebApi.Data.SaleEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.SaleEntity.md)
