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

# <a id="SuperOffice_WebApi_Data_ExtendedLicenseInfo" /> Class ExtendedLicenseInfo

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

Carrier object for ExtendedLicenseInfo.

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

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

```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_ExtendedLicenseInfo_CanBeActivated" /> CanBeActivated

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ExtendedLicenseInfo_Current" /> Current

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ExtendedLicenseInfo_ExtendedModuleLicenses" /> ExtendedModuleLicenses

```csharp theme={null}
public virtual ExtendedModuleLicense[] ExtendedModuleLicenses { get; set; }
```

#### Property Value

[ExtendedModuleLicense](SuperOffice.WebApi.Data.ExtendedModuleLicense.md)\[]

### <a id="SuperOffice_WebApi_Data_ExtendedLicenseInfo_New" /> New

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ExtendedLicenseInfo_Reason" /> Reason

```csharp theme={null}
public virtual string Reason { 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.License ValidateLicenseInfoRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.License_ValidateLicenseInfoRequest.md)
- [SuperOffice.WebApi.Data.License ActivateLicenseInfoRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.License_ActivateLicenseInfoRequest.md)
- [SuperOffice.WebApi.Data.License GetModuleLicenseHistoryFromLicenseServerRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.License_GetModuleLicenseHistoryFromLicenseServerRequest.md)
- [SuperOffice.WebApi.Agents.LicenseAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.LicenseAgent.md)
- [SuperOffice.WebApi.Agents.ILicenseAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ILicenseAgent.md)
- [SuperOffice.WebApi.Data.LicenseInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.LicenseInfo.md)
