AuthorizeAttribute.TypeId Property
Gets the unique identifier for this attribute.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property TypeId As Object
Get
public override Object TypeId { get; }
public:
virtual property Object^ TypeId {
Object^ get () override;
}
Property Value
Type: System.Object
The unique identifier for this attribute.