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

# <a id="SuperOffice_WebApi_Data_FieldProperty" /> Class FieldProperty

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

Carrier object for FieldProperty.
Class holding properties about a field in the carrier.

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_FieldProperty_FieldLength" /> FieldLength

Length of the field

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_FieldProperty_FieldRight" /> FieldRight

The field right

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

#### Property Value

[FieldRight](SuperOffice.WebApi.Data.FieldRight.md)

### <a id="SuperOffice_WebApi_Data_FieldProperty_FieldType" /> FieldType

Type of field

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.FieldPropertyDictionary](/en/api/reference/webapi/SuperOffice.WebApi.Data.FieldPropertyDictionary.md)
- [SuperOffice.WebApi.Data.Carrier](/en/api/reference/webapi/SuperOffice.WebApi.Data.Carrier.md)
- [SuperOffice.WebApi.Data.FieldMetadata](/en/api/reference/webapi/SuperOffice.WebApi.Data.FieldMetadata.md)
- [SuperOffice.WebApi.Data.FieldValue](/en/api/reference/webapi/SuperOffice.WebApi.Data.FieldValue.md)
- [SuperOffice.WebApi.Data.LocalizedField](/en/api/reference/webapi/SuperOffice.WebApi.Data.LocalizedField.md)
- [SuperOffice.WebApi.Data.ProductExtraDataField](/en/api/reference/webapi/SuperOffice.WebApi.Data.ProductExtraDataField.md)
