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

# <a id="SuperOffice_WebApi_Data_CheckLicenseStatusResult" /> Class CheckLicenseStatusResult

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

Carrier object for CheckLicenseStatusResult.
Result of CheckLicenseStatus

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_CheckLicenseStatusResult_LicenseStatus" /> LicenseStatus

Result of CheckLicenseStatus
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public LicenseStatus? LicenseStatus { get; set; }
```

#### Property Value

[LicenseStatus](SuperOffice.WebApi.Data.LicenseStatus.md)?

#### See Also

[CheckLicenseStatusResult](SuperOffice.WebApi.Data.CheckLicenseStatusResult.md).[LicenseStatus\_String](SuperOffice.WebApi.Data.CheckLicenseStatusResult.md#SuperOffice_WebApi_Data_CheckLicenseStatusResult_LicenseStatus_String)

### <a id="SuperOffice_WebApi_Data_CheckLicenseStatusResult_LicenseStatus_String" /> LicenseStatus\_String

Result of CheckLicenseStatus
Raw string enum value.

```csharp theme={null}
[JsonProperty("LicenseStatus")]
public string LicenseStatus_String { get; set; }
```

#### Property Value

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

#### See Also

[CheckLicenseStatusResult](SuperOffice.WebApi.Data.CheckLicenseStatusResult.md).[LicenseStatus](SuperOffice.WebApi.Data.CheckLicenseStatusResult.md#SuperOffice_WebApi_Data_CheckLicenseStatusResult_LicenseStatus)

### <a id="SuperOffice_WebApi_Data_CheckLicenseStatusResult_Message" /> Message

Message to display in SOADMIN if LinkType=90.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_CheckLicenseStatusResult_Url" /> Url

Url to show to the user.  This is relevant when LinkType is 60.

```csharp theme={null}
public virtual string Url { 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.LicenseStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.LicenseStatus.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.SoSystemInfoCarrier](/en/api/reference/webapi/SuperOffice.WebApi.Data.SoSystemInfoCarrier.md)
- [SuperOffice.WebApi.Data.LicenseResult](/en/api/reference/webapi/SuperOffice.WebApi.Data.LicenseResult.md)
- [SuperOffice.WebApi.Data.LicenseInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.LicenseInfo.md)
