This document is archived and information here might be outdated.  Recommended version.


ILicenseControlDefault.Status Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IL > ILicenseControlDefault Interface > ILicenseControlDefault.Status Property
ArcGIS Developer Help

ILicenseControlDefault.Status Property

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
);

Product Availability

Available with ArcGIS Engine.

Description

Returns the Status of the LicenseControl when it initially tried to initilaize the application. If license initailization was successful the Status will return esriLicenseCheckedOut.

Remarks

If no product licenses were checked in the LicenseControl property pages, the Status returns esriLicenseFailure.

See Also

ILicenseControlDefault Interface