ESRI.ArcGIS.ADF.Web.UI.WebControls
GetLabelValue Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > UIParameterPanelUtility Class : GetLabelValue Method




text
Value from configuration file
Retrives value from resource file. Returns value from config file if value not found in resource file.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetLabelValue( _
   ByVal text As String _
) As String
Visual Basic (Usage)Copy Code
Dim text As String
Dim value As String
 
value = UIParameterPanelUtility.GetLabelValue(text)
C# 
public static string GetLabelValue( 
   string text
)

Parameters

text
Value from configuration file

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.