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

# <a id="SuperOffice_WebApi_Data_ExtendedModuleLicense" /> Class ExtendedModuleLicense

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

Carrier object for ExtendedModuleLicense.

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

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

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

#### Property Value

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

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

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ExtendedModuleLicense_NumberOfLicensesAdded" /> NumberOfLicensesAdded

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ExtendedModuleLicense_NumberOfLicensesFree" /> NumberOfLicensesFree

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ExtendedModuleLicense_NumberOfLicensesInUse" /> NumberOfLicensesInUse

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ExtendedModuleLicense_NumberOfLicensesNewFree" /> NumberOfLicensesNewFree

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ExtendedModuleLicense_NumberOfLicensesNewTotal" /> NumberOfLicensesNewTotal

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ExtendedModuleLicense_NumberOfLicensesTotal" /> NumberOfLicensesTotal

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

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Data.ExtendedLicenseInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.ExtendedLicenseInfo.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.ModuleLicense](/en/api/reference/webapi/SuperOffice.WebApi.Data.ModuleLicense.md)
- [SuperOffice.WebApi.Data.LicenseInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.LicenseInfo.md)
