ESRI.ArcGIS.ADF.Web.UI.WebControls
GetGlobalResourceObject(String,String) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > UserControlTaskPanel Class > GetGlobalResourceObject Method : GetGlobalResourceObject(String,String) Method




className
resourceKey

Syntax

Visual Basic (Declaration) 
Protected Overloads Function GetGlobalResourceObject( _
   ByVal className As String, _
   ByVal resourceKey As String _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As UserControlTaskPanel
Dim className As String
Dim resourceKey As String
Dim value As Object
 
value = instance.GetGlobalResourceObject(className, resourceKey)
C# 
protected object GetGlobalResourceObject( 
   string className,
   string resourceKey
)

Parameters

className
resourceKey

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.