AuthorizeAttribute.TypeId Property
Gets a unique identifier for this attribute.
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property TypeId As Object
Get
'Usage
Dim instance As AuthorizeAttribute
Dim value As Object
value = instance.TypeId
public override Object TypeId { get; }
public:
virtual property Object^ TypeId {
Object^ get () override;
}
abstract TypeId : Object
override TypeId : Object
override function get TypeId () : Object
Property Value
Type: System.Object
A unique identifier for this attribute.