> ## 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 ValidateLicenseInfoRequest

# <a id="SuperOffice_WebApi_Data_License_ValidateLicenseInfoRequest" /> Class License\_ValidateLicenseInfoRequest

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

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

#### Inheritance

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

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

## Properties

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

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

#### Property Value

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


## Related topics

- [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.License ActivateLicenseInfoRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.License_ActivateLicenseInfoRequest.md)
- [SuperOffice.WebApi.Data.License GetFencingInfoRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.License_GetFencingInfoRequest.md)
- [SuperOffice.WebApi.Data.License GetModuleLicenseHistoryFromLicenseServerRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.License_GetModuleLicenseHistoryFromLicenseServerRequest.md)
- [SuperOffice.WebApi.Data.LicenseInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.LicenseInfo.md)
