Share via


ProcedureConfiguration.IsBindable Property

Can the procedure be bound 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 Overridable ReadOnly Property IsBindable As Boolean 
    Get
'Usage
Dim instance As ProcedureConfiguration 
Dim value As Boolean 

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

Property Value

Type: System.Boolean
true if the procedure is bindable; otherwise, false.

See Also

Reference

ProcedureConfiguration Class

System.Web.Http.OData.Builder Namespace