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 a unique identifier for this attribute.
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.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
A unique identifier for this attribute.
See Also
AuthorizeAttribute Class
System.Web.Http Namespace
Return to top