BindingBehaviorAttribute.TypeId Property
Gets the unique identifier for this attribute.
Namespace: Microsoft.Web.Mvc.ModelBinding
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.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 unique identifier for this attribute.
See Also
BindingBehaviorAttribute Class
Microsoft.Web.Mvc.ModelBinding Namespace
Return to top