ESRI.ArcGIS.ADF.Web.UI.WebControls
GetLabelValue Method
See Also 
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

See Also

© 2010 All Rights Reserved.