ClientDataTypeModelValidatorProvider.ResourceClassKey Property

Gets the resource class key.

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

'Declaration
Public Shared Property ResourceClassKey As String 
	Get 
	Set
'Usage
Dim value As String 

value = ClientDataTypeModelValidatorProvider.ResourceClassKey 

ClientDataTypeModelValidatorProvider.ResourceClassKey = value

Property Value

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