# LicenseModule

The `LicenseModule` class represents the license module, which provides general functions for managing licenses.

## Definition

*Namespace:* Dynamsoft.License.Maui

*Assembly:* Dynamsoft.License.Maui

```csharp
class LicenseModule
```

## Methods

| Method | Description |
| ------ | ----------- |
| [`GetVersion`](#getversion) | Get the version of Dynamsoft License module. |

### GetVersion

Get the version of Dynamsoft License module.

```csharp
static string GetVersion();
```

**Return Value**

The version of Dynamsoft License module.
