ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / ServiceConnectionProperties Class / ServiceConnectionProperties Constructor
A valid path to a service URL.

In This Topic
    ServiceConnectionProperties Constructor
    In This Topic
    Initializes a new instance of the ServiceConnectionProperties class.
    Syntax
    public ServiceConnectionProperties( 
       Uri serviceURL
    )
    Public Function New( _
       ByVal serviceURL As Uri _
    )

    Parameters

    serviceURL
    A valid path to a service URL.
    Exceptions
    ExceptionDescription
    serviceURL is null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also