ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / LayerCreationParams Class / ServiceCustomParameters Property

In This Topic
    ServiceCustomParameters Property
    In This Topic
    Gets and sets custom parameters that are appended to the URL of all requests related to a service layer.
    Syntax
    public Dictionary<string,string> ServiceCustomParameters {get; set;}
    Public Property ServiceCustomParameters As Dictionary(Of String,String)
    Remarks
    Custom parameters set using ServiceCustomParameters will clear all custom parameters set on service object
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also