LicensedCompany Property

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

Access

Read only

Syntax

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

Return Value

Empty string by default.