ExpirationDate Property

String containing a date of trial license expiration. The date format depends on the locale settings. If the string is empty, the license is not trial.

Access

Read only

Syntax

Visual Basic
ExpirationDate As String
Delphi
ExpirationDate: String;
Visual C++ (MFC)
CString get_ExpirationDate();   
Visual C++ (#import)
_bstr_t ExpirationDate;

Return Value

Empty string by default.