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

Optional. Gets or sets a value indicating whether to skip a request to get capabilities. Default value is false. Set SkipGetCapabilities if the site hosting the WMS service does not provide a cross domain policy file and you do not have a proxy page. In this case, you must set the WMS service version. If true, the initial and full extent of the WMS Silverlight layer will not be defined.

Syntax

Visual Basic (Declaration) 
Public Property SkipGetCapabilities As Boolean
C# 
public bool SkipGetCapabilities {get; set;}

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.