> ## 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.License GetModuleLicenseHistoryFromLicenseServerRequest

# <a id="SuperOffice_WebApi_Data_License_GetModuleLicenseHistoryFromLicenseServerRequest" /> Class License\_GetModuleLicenseHistoryFromLicenseServerRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_License_GetModuleLicenseHistoryFromLicenseServerRequest_LicenseInfo" /> LicenseInfo

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_License_GetModuleLicenseHistoryFromLicenseServerRequest_ModuleLicense" /> ModuleLicense

```csharp theme={null}
public ExtendedModuleLicense ModuleLicense { get; set; }
```

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Agents.LicenseAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.LicenseAgent.md)
- [SuperOffice.WebApi.Data.License GetModuleLicenseFromDBRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.License_GetModuleLicenseFromDBRequest.md)
- [SuperOffice.WebApi.Agents.ILicenseAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ILicenseAgent.md)
- [SuperOffice.WebApi.Data.License GetLicenseFromLicenseServerRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.License_GetLicenseFromLicenseServerRequest.md)
- [SuperOffice.WebApi.Data.License GetLicenseStatusFromLicenseServerRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.License_GetLicenseStatusFromLicenseServerRequest.md)
- [SuperOffice.WebApi.Data.ModuleLicense](/en/api/reference/webapi/SuperOffice.WebApi.Data.ModuleLicense.md)
