ESRI.ArcGIS.ADF.Connection.Core
GetServiceInfo Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF.Connection.IMS.XML Namespace > AxlRequests Class : GetServiceInfo Method




Generate a Get Service Information ArcXML Request string

Syntax

Visual Basic (Declaration) 
Public Shared Function GetServiceInfo() As String
Visual Basic (Usage)Copy Code
Dim value As String
 
value = AxlRequests.GetServiceInfo()
C# 
public static string GetServiceInfo()

Return Value

A string that represents the ArcXML request: <GET_SERVICE_INFO> with all the boolean attributes set to false.

See Also

© 2010 All Rights Reserved.