.NET Framework Class Library
HandleErrorAttribute.TypeId Property
Gets the unique identifier for this attribute.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
Visual Basic (Declaration)
Public Overrides ReadOnly Property TypeId As Object
Visual Basic (Usage)
Dim instance As HandleErrorAttribute Dim value As Object value = instance.TypeId
C#
public override Object TypeId { get; }
Visual C++
public: virtual property Object^ TypeId { Object^ get () override; }
JScript
override function get TypeId () : Object
See Also