ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / ConfigurationManager Class / OnValidateLicense Method

In This Topic
    OnValidateLicense Method
    In This Topic
    Gives the configuration the chance to perform its own license checking. Returning false signals a licensing problem has occurred and the application should shut down.
    Syntax
    protected internal virtual bool OnValidateLicense()
    Protected Friend Overridable Function OnValidateLicense() As Boolean
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also