ArcGIS API for Windows Phone - 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;}

Remarks

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

Property Value

The service mode.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.