ArcGIS Pro 2.7 API Reference Guide
IsAvailable Method

ArcGIS.Core.Licensing Namespace > LicenseInformation Class : IsAvailable Method
The license code to check.
Call IsAvailable to check if a specific license code is available.
Syntax
public static bool IsAvailable( 
   LicenseCodes code
)
Public Shared Function IsAvailable( _
   ByVal code As LicenseCodes _
) As Boolean

Parameters

code
The license code to check.

Return Value

True if the specified license is available.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

LicenseInformation Class
LicenseInformation Members