ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.Local
MapResourceLocal Constructor(String,GISDataSourceLocal)
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > MapResourceLocal Class > MapResourceLocal Constructor : MapResourceLocal Constructor(String,GISDataSourceLocal)




name
Name to assign to the map resource.
service
GISDataSourceLocal for a Local connection to an ArcGIS Server service.
Constructor that take a name and data source.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal service As GISDataSourceLocal _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim service As GISDataSourceLocal
 
Dim instance As MapResourceLocal(name, service)
C# 
public MapResourceLocal( 
   string name,
   GISDataSourceLocal service
)

Parameters

name
Name to assign to the map resource.
service
GISDataSourceLocal for a Local connection to an ArcGIS Server service.

See Also

© 2010 All Rights Reserved.