Skip to main content
.NET Framework Class Library
TemplateControl..::.GetGlobalResourceObject Method (String, String, Type, String)

Gets an application-level resource object based on the specified ClassKey and ResourceKey properties, object type, and property name of the resource.

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Syntax
Protected Function GetGlobalResourceObject ( _
	className As String, _
	resourceKey As String, _
	objType As Type, _
	propName As String _
) As Object
protected Object GetGlobalResourceObject(
	string className,
	string resourceKey,
	Type objType,
	string propName
)
protected:
Object^ GetGlobalResourceObject(
	String^ className, 
	String^ resourceKey, 
	Type^ objType, 
	String^ propName
)
member GetGlobalResourceObject : 
        className:string * 
        resourceKey:string * 
        objType:Type * 
        propName:string -> 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..::.Object
An object representing the requested resource object; otherwise, nullNothingnullptra null reference (Nothing in Visual Basic).
Remarks

Application-level resources are stored in the App_GlobalResources folder. For more information, see Resources in ASP.NET Applications.

Version Information

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0
Platforms

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.