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

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

The id for this attribute.

See Also

HttpBindingBehaviorAttribute Class
System.Web.Http.ModelBinding Namespace

Return to top