ArcGIS API for WPF - Library Reference
ServiceMode Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit.DataSources Namespace > WmtsLayer Class : ServiceMode Property

Gets or sets the service mode i.e. "KVP" or "RESTful". By default, it's "RESTful".

Syntax

Visual Basic (Declaration) 
Public Property ServiceMode As WmtsLayer.WmtsServiceMode
C# 
public WmtsLayer.WmtsServiceMode ServiceMode {get; set;}

Property Value

The service mode.

Remarks

If the mode doesn't match the service, it won't create the WMTS layer successfully.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.