ESRI.ArcGIS.ADF.Web.UI.WebControls
ResDefaultValueAttribute Constructor(Type,String)
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ResDefaultValueAttribute Class > ResDefaultValueAttribute Constructor : ResDefaultValueAttribute Constructor(Type,String)




type
Type of the resource.
resourceName
The name of the string resource.
Initializes a new instance of a ResDefaultValueAttribute.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal type As Type, _
   ByVal resourceName As String _
)
Visual Basic (Usage)Copy Code
Dim type As Type
Dim resourceName As String
 
Dim instance As ResDefaultValueAttribute(type, resourceName)
C# 
public ResDefaultValueAttribute( 
   Type type,
   string resourceName
)

Parameters

type
Type of the resource.
resourceName
The name of the string resource.

See Also

© 2010 All Rights Reserved.