ClientDataTypeModelValidatorProvider::ResourceClassKey Property

Gets the resource class key.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

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

Property Value

Type: System::String
The resource class key.
Show: