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 or sets the parameter binding attribute.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Overridable Property ParameterBinderAttribute As ParameterBindingAttribute
Get
Set
'Usage
Dim instance As HttpParameterDescriptor
Dim value As ParameterBindingAttribute
value = instance.ParameterBinderAttribute
instance.ParameterBinderAttribute = value
public virtual ParameterBindingAttribute ParameterBinderAttribute { get; set; }
public:
virtual property ParameterBindingAttribute^ ParameterBinderAttribute {
ParameterBindingAttribute^ get ();
void set (ParameterBindingAttribute^ value);
}
abstract ParameterBinderAttribute : ParameterBindingAttribute with get, set
override ParameterBinderAttribute : ParameterBindingAttribute with get, set
function get ParameterBinderAttribute () : ParameterBindingAttribute
function set ParameterBinderAttribute (value : ParameterBindingAttribute)
Property Value
Type: System.Web.Http.ParameterBindingAttribute
The parameter binding attribute.