ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService
ValidateService Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService Namespace > MapResource Class : ValidateService Method




Check if the service is available.

Syntax

Visual Basic (Declaration) 
Public Function ValidateService() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MapResource
Dim value As Boolean
 
value = instance.ValidateService()
C# 
public bool ValidateService()

Return Value

Exception thrown if failure. True if available, false otherwise.

See Also

© 2010 All Rights Reserved.