ESRI.ArcGIS.ADF.Web.DataSources.OGCWMSService
IsValidUrl Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.OGCWMSService Namespace > MapResource Class : IsValidUrl Method




website
Is OGC WMS url valid.

Syntax

Visual Basic (Declaration) 
Public Function IsValidUrl( _
   ByVal website As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MapResource
Dim website As String
Dim value As Boolean
 
value = instance.IsValidUrl(website)
C# 
public bool IsValidUrl( 
   string website
)

Parameters

website

Return Value

True if valid, false otherwise.

See Also

© 2010 All Rights Reserved.