ESRI.ArcGIS.ADF.ArcGISServer
GetServiceConfigurationInfo Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerProxy Class : GetServiceConfigurationInfo Method




Syntax

Visual Basic (Declaration) 
<SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)>
Public Function GetServiceConfigurationInfo() As PropertySet
Visual Basic (Usage)Copy Code
Dim instance As MapServerProxy
Dim value As PropertySet
 
value = instance.GetServiceConfigurationInfo()
C# 
[SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)]
public PropertySet GetServiceConfigurationInfo()

See Also

© 2010 All Rights Reserved.