HandleErrorAttribute.TypeId Property

Gets the unique identifier for this attribute.

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

'Declaration
Public Overrides ReadOnly Property TypeId As Object 
	Get
'Usage
Dim instance As HandleErrorAttribute 
Dim value As Object 

value = instance.TypeId

Property Value

Type: System.Object
The unique identifier for this attribute.
Show: