ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ConnectionStatus Enumeration

In This Topic
    ConnectionStatus Enumeration
    In This Topic
    Specifies MapMember's connection status.
    Syntax
    Members
    MemberDescription
    Broken Failed to make the connection to the data source.
    Connected Connected.
    Disconnected Data source is valid, but currently disconnected. This can occur while the data source's schema is being modified by a geoprocessing tool.
    Unattempted No attempt was made to connect.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Mapping.ConnectionStatus

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also