ESRI.ArcGIS.ADF.Web
GetStringResource Method
See Also 
ESRI.ArcGIS.ADF.Web Namespace > DesignUtil Class : GetStringResource Method




name
The name of the resource.
Gets the string resource.

Syntax

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

Parameters

name
The name of the resource.

See Also

© 2010 All Rights Reserved.