Show / Hide Table of Contents

Property CustomParameters

CustomParameters

Gets the dictionary of custom parameters (such as an API key) to be sent with the requests issued by this layer.

Declaration
public IDictionary<string, string> CustomParameters { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.String>

The dictionary of custom parameters (such as an API key) to be sent with the requests issued by this layer.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.4 - 200.7
.NET200.4 - 200.7
.NET Windows200.4 - 200.7
.NET Android200.4 - 200.7
.NET iOS200.4 - 200.7
.NET Framework200.4 - 200.7
UWP200.4 - 200.7
In This Article
Back to top Copyright © 2022 Esri.