ArcGIS Pro 2.9 API Reference Guide
IsSignedOn Method (IArcGISSignOn)

ArcGIS.Core.SystemCore Namespace > IArcGISSignOn Interface : IsSignedOn Method
The uri of the portal to check for signon
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, Windows 8.1

See Also

Reference

IArcGISSignOn Interface
IArcGISSignOn Members