Language
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the unique identifier for this attribute.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
public override object TypeId { get; }
public:
property Object^ TypeId {
virtual Object^ get() override;
}
override TypeId : Object with get
Public Overrides ReadOnly Property TypeId As Object
Property Value
Type: System.Object
The unique identifier for this attribute.
See Also
HandleErrorAttribute Class
System.Web.Mvc Namespace
Return to top