ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.SystemCore Namespace / IArcGISSignOn Interface / IsSignedOn Method
The uri of the portal to check for signon

In This Topic
    IsSignedOn Method (IArcGISSignOn)
    In This Topic
    Check if the portal provided by the Uri is signed on. This method is for use in CoreHost applications only
    Syntax
    bool IsSignedOn( 
       Uri portalUri
    )
    Function IsSignedOn( _
       ByVal portalUri As Uri _
    ) As Boolean

    Parameters

    portalUri
    The uri of the portal to check for signon

    Return Value

    True if the portal at the specified portalUri is signed on
    Remarks
    For use in CoreHost applications only
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also