Optional. Gets or sets the WMS version. If SkipGetCapabilities property is set to true, this value determines version requested. If SkipGetCapabilities is false, this value determines version to retrieve. If no value specified, default value returned from the site will be used.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Version As String |
C# | |
---|
public string Version {get; set;} |
Property Value
The version string.
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also