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

# <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier" /> Class SoSystemInfoCarrier

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

Carrier object for SoSystemInfoCarrier.
Representation of a serialized exception that can be communicatyed over web services

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier_AccumulatedNextCheckDate" /> AccumulatedNextCheckDate

The next date a new check of the license is to be performed, incremented daily if the check did not result in a new license.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier_AssemblyVersion" /> AssemblyVersion

AssemblyVersion of NetServer

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier_BranchName" /> BranchName

Name of the branch the NetServer is built from.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier_BuildLabel" /> BuildLabel

Build label for NetServer.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier_BuildType" /> BuildType

Type of build.
NULL if unknown enum value.

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

#### Property Value

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

#### See Also

[SoSystemInfoCarrier](SuperOffice.WebApi.Data.SoSystemInfoCarrier.md).[BuildType\_String](SuperOffice.WebApi.Data.SoSystemInfoCarrier.md#SuperOffice_WebApi_Data_SoSystemInfoCarrier_BuildType_String)

### <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier_BuildType_String" /> BuildType\_String

Type of build.
Raw string enum value.

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

#### Property Value

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

#### See Also

[SoSystemInfoCarrier](SuperOffice.WebApi.Data.SoSystemInfoCarrier.md).[BuildType](SuperOffice.WebApi.Data.SoSystemInfoCarrier.md#SuperOffice_WebApi_Data_SoSystemInfoCarrier_BuildType)

### <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier_CompanyId" /> CompanyId

License Info: Company name associated with license.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier_CompanyName" /> CompanyName

License Info: Company name associated with license.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier_DatabaseMinor" /> DatabaseMinor

Minor name of database provider

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier_DatabaseName" /> DatabaseName

Name of database

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier_DatabaseType" /> DatabaseType

Major name of database provider

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier_DatabaseVersion" /> DatabaseVersion

Database version number

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier_DaysUntilNetServerExpiry" /> DaysUntilNetServerExpiry

Days until this version of NetServer expires

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier_Description" /> Description

Description of the NetServer version.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier_FileVersion" /> FileVersion

FileVersion of NetServer.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier_IsOnTravel" /> IsOnTravel

Is the current database on travel.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier_IsSatellite" /> IsSatellite

Is the current database a Satellite

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier_IsUnicode" /> IsUnicode

Is the database strings formatted as Unicode (i.e. NVARCHAR)

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier_License" /> License

License issued by SuperOffice

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier_WarningEnglish" /> WarningEnglish

Warning information to be displayed to the user in plain English

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SoSystemInfoCarrier_WarningResource" /> WarningResource

Warning information to be displayed to the user in resource format.

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.Carrier](/en/api/reference/webapi/SuperOffice.WebApi.Data.Carrier.md)
- [SuperOffice.WebApi.Data.SoExceptionInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.SoExceptionInfo.md)
- [SuperOffice.WebApi.Data](/en/api/reference/webapi/SuperOffice.WebApi.Data.md)
- [SuperOffice.WebApi.Data.ControlInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.ControlInfo.md)
- [SuperOffice.WebApi.Data.OperationInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.OperationInfo.md)
- [SuperOffice.WebApi.Data.Product](/en/api/reference/webapi/SuperOffice.WebApi.Data.Product.md)
