GetLicenseUsage Method
- Last UpdatedMar 17, 2026
- 1 minute read
Gets license usage detils
'Declaration
Public Shared Function GetLicenseUsage() As DataSet
public static DataSet GetLicenseUsage()
Return Value
Returns a DataSet that contains a DataRow licenses consumed for operations, performance, quality and storage
The columns of the returned DataSet are described below.
| Column Names | Description |
|---|---|
| total_util | An integer that is the count of license consumed for utilization. |
| total_oper | An integer that is the count of license consumed for operations. |
| total_store | An integer that is the count of license consumed for storage. |
| total_quality | An integer that is the count of license consumed for quality. |