ESRI.ArcGIS.ADF.Web.DataSources
ResourceInfo Constructor(String,ResourceType,Boolean,Boolean)
See Also  Send Feedback
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 New 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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.