This document is archived and information here might be outdated. Recommended version. |
The status of the LicenseControl initialization.
[Visual Basic .NET] Public ReadOnly Property Status As esriLicenseStatus
[C#] public esriLicenseStatus Status {get;}
[C++]
HRESULT get_Status(
void
);
Returns the Status of the LicenseControl when it initially tried to initilaize the application. If license initailization was successful the Status will return esriLicenseCheckedOut.
If no product licenses were checked in the LicenseControl property pages, the Status returns esriLicenseFailure.