---
layout: default-layout
title: class CLicenseModule - Dynamsoft Capture Vision C++ Edition API Reference
description: API reference for the CLicenseModule class in Dynamsoft License C++ Edition, providing version retrieval for the license module.
keywords: license module, c++
needAutoGenerateSidebar: true
needGenerateH3Content: true
breadcrumbText: C++ CLicenseModule Class
---

# CLicenseModule

The `CLicenseModule` class defines general functions in the license module.

## Definition

*Namespace:* dynamsoft::license

*Assembly:* DynamsoftLicense

```cpp
class CLicenseModule 
```

## Methods

| Method                                                    | Description                                        |
| --------------------------------------------------------- | -------------------------------------------------- |
| [GetVersion](#getversion)                                     | Returns the version of the license module. |

## GetVersion

Returns the version of the license module.

```cpp
static const char* GetVersion();
```

**Parameters**

None.

**Return Value**

Returns a const char pointer representing the version of the license module.
