# LicenseModule

The `LicenseModule` class defines general functions in the license module.

## Definition

*Namespace:* Dynamsoft.License


```csharp
public static class LicenseModule 
```

## Methods

| Method                     | Description                                |
| -------------------------- | ------------------------------------------ |
| [GetVersion](#getversion)  | Returns the version of the license module. |

### GetVersion

Returns the version of the license module.

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

**Return Value**

Returns a string representing the version of the license module.
