ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.SystemCore Namespace / ArcGISSignOn Class / Instance Property

In This Topic
    Instance Property (ArcGISSignOn)
    In This Topic
    Gets the singleton instance for ArcGISSignOn
    Syntax
    public static IArcGISSignOn Instance {get;}
    Public Shared ReadOnly Property Instance As IArcGISSignOn
    Remarks
    Returns the Interface to allow 3rd parties to "mock" or "fake" in their unit tests
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also