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 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, Windows 7
See Also