This documentation is archived and is not being maintained.
TemplateControl.GetGlobalResourceObject Method (String, String, Type, String)
Visual Studio 2010
Gets an application-level resource object based on the specified ClassKey and ResourceKey properties, object type, and property name of the resource.
Assembly: System.Web (in System.Web.dll)
'Declaration Protected Function GetGlobalResourceObject ( _ className As String, _ resourceKey As String, _ objType As Type, _ propName As String _ ) As Object
Parameters
- className
- Type: System.String
A string representing a ClassKey.
- resourceKey
- Type: System.String
A string representing a ResourceKey.
- objType
- Type: System.Type
The type of object in the resource to get.
- propName
- Type: System.String
The property name of the object to get.
Return Value
Type: System.ObjectAn object representing the requested resource object; otherwise, Nothing.
Application-level resources are stored in the App_GlobalResources folder. For more information, see Resources in ASP.NET Applications.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: