Activation.getSubscriptionInfo Method

Get your Subscription Info
Public Function getSubscriptionInfo() As Array
This language is not supported or no code example is available.
public Array getSubscriptionInfo()
This language is not supported or no code example is available.

Return Value

Array

It returns an array containing all of your subscription information, including remaining Deployment Locations and the Subscription Expiration Date. 
The array contains the following values:

IndexKey / Value / Details
(0, 1)User — TRIAL 
The ArbitransUser of the current DL
(1, 1)Key — A1b2*******************C3d4 
The ArbitransKey of the current DL. For security reasons, only the first and last four (4) characters will be shown.
(2, 1)Expiration Date — 31/12/2026 
The expiration Date of the license.
(3, 1)Used Deployment Locations — 137/500 
The total Used DLs of the license.
(4, 1)Test myDATA Only — True/False 
Indicates if the license can be used only on the Test Environment (True), or the Production Environment (False).

.NET Framework

Supported in: 3.5 or newer

In this article

Definition