ESRI.ArcGIS.ADF.Web.DataSources
ResourceInfo Constructor(String,ResourceType,Boolean,Boolean)
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > ResourceInfo Class > ResourceInfo Constructor : ResourceInfo Constructor(String,ResourceType,Boolean,Boolean)




definition
The definition string for this resource.
type
The type of this resource
configurable
Whether the resource is configurable
configurationComplete
Whether configuration is complete and the resource info is usable.
Constructor

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal definition As String, _
   ByVal type As ResourceType, _
   ByVal configurable As Boolean, _
   ByVal configurationComplete As Boolean _
)
Visual Basic (Usage)Copy Code
Dim definition As String
Dim type As ResourceType
Dim configurable As Boolean
Dim configurationComplete As Boolean
 
Dim instance As ResourceInfo(definition, type, configurable, configurationComplete)
C# 
public ResourceInfo( 
   string definition,
   ResourceType type,
   bool configurable,
   bool configurationComplete
)

Parameters

definition
The definition string for this resource.
type
The type of this resource
configurable
Whether the resource is configurable
configurationComplete
Whether configuration is complete and the resource info is usable.

See Also

© 2010 All Rights Reserved.