Share via


ActionConfiguration.IsBindable Property

Gets a value whether the action can be found to a url representing the BindingParameter.

Namespace:  System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property IsBindable As Boolean 
    Get
'Usage
Dim instance As ActionConfiguration 
Dim value As Boolean 

value = instance.IsBindable
public override bool IsBindable { get; }
public:
virtual property bool IsBindable {
    bool get () override;
}
abstract IsBindable : bool 
override IsBindable : bool
override function get IsBindable () : boolean

Property Value

Type: System.Boolean
true if the action can be found to a url representing the BindingParameter; otherwise, false.

See Also

Reference

ActionConfiguration Class

System.Web.Http.OData.Builder Namespace