OgcWmtsLayer.VendorSpecificParameters Property
Gets or sets any vendor specific parameters that are appended to all requests.
Syntax
public System.String VendorSpecificParameters { get; set; }
Property Value
Default: ""
Vendor specific parameters, separated by '&' characters, in requests.
Remarks
Optional parameters to include in all requests to the OGC WMTS service. If more than one parameter are specified, make sure to include an '&' character between each parameter.
Platforms
Windows, Linux, Android