HttpBindingBehaviorAttribute.TypeId Property

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.

See Also

Reference

HttpBindingBehaviorAttribute Class

System.Web.Http.ModelBinding Namespace