ResourceExpressionEditorSheet::ClassKey Property

 

Gets or sets the key that matches the filename for the resource in the project's global resource folder.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
property String^ ClassKey {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The key for a resource file in the global resource folder.

In Visual Studio 2005, global resource files are located in the App_GlobalResources folder.

.NET Framework
Available since 2.0
Return to top
Show: