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

# <a id="SuperOffice_WebApi_Data_UserAndInstallationLicenceStatus" /> Class UserAndInstallationLicenceStatus

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

Carrier object for UserAndInstallationLicenceStatus.
Result of GetUserAndInstallationLicenceStatus

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_UserAndInstallationLicenceStatus_AdminWarningDate" /> AdminWarningDate

Installations license admin warning date

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

#### Property Value

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

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

Database company name

```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_UserAndInstallationLicenceStatus_ExpiryDate" /> ExpiryDate

Installations license expiry date

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_UserAndInstallationLicenceStatus_GraceDate" /> GraceDate

Installations license grace date

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_UserAndInstallationLicenceStatus_SerialNr" /> SerialNr

Database serial number

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_UserAndInstallationLicenceStatus_UserLicenses" /> UserLicenses

The users module licenses names

```csharp theme={null}
public virtual string[] UserLicenses { get; set; }
```

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Data.AnalyticsData](/en/api/reference/webapi/SuperOffice.WebApi.Data.AnalyticsData.md)
- [SuperOffice.WebApi.Agents.ILicenseAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ILicenseAgent.md)
- [SuperOffice.WebApi.Agents.LicenseAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.LicenseAgent.md)
- [SuperOffice.WebApi.Data.License GetUserAndInstallationLicenceStatusRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.License_GetUserAndInstallationLicenceStatusRequest.md)
- [SuperOffice.WebApi.Data.SystemEventScope](/en/api/reference/webapi/SuperOffice.WebApi.Data.SystemEventScope.md)
- [SuperOffice.WebApi.Data.User](/en/api/reference/webapi/SuperOffice.WebApi.Data.User.md)
