ESRI.ArcGIS.ADF.Web.UI.WebControls
GetService Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.Designers Namespace > TaskDesigner Class : GetService Method




serviceType
Type of service.
Gets the service.

Syntax

Visual Basic (Declaration) 
Public Function GetService( _
   ByVal serviceType As Type _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As TaskDesigner
Dim serviceType As Type
Dim value As Object
 
value = instance.GetService(serviceType)
C# 
public object GetService( 
   Type serviceType
)

Parameters

serviceType
Type of service.

Return Value

Service object.

See Also

© 2010 All Rights Reserved.