LicensedUser Property

String containing the name of the person to which the license is issued. This string can be empty.

Access

Read only

Syntax

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

Return Value

Empty string by default.