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.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property TypeId As Object
Get
'Usage
Dim instance As HttpBindingBehaviorAttribute
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
The id for this attribute.