Share via


BindingParameterConfiguration.AlwaysBindable Property

Indicates whether the BindingParameter is always bindable or not. For example some actions are always available some are only available at certain times or in certain states.

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

Syntax

'Declaration
Public ReadOnly Property AlwaysBindable As Boolean 
    Get
'Usage
Dim instance As BindingParameterConfiguration 
Dim value As Boolean 

value = instance.AlwaysBindable
public bool AlwaysBindable { get; }
public:
property bool AlwaysBindable {
    bool get ();
}
member AlwaysBindable : bool
function get AlwaysBindable () : boolean

Property Value

Type: System.Boolean

See Also

Reference

BindingParameterConfiguration Class

System.Web.Http.OData.Builder Namespace