Partilhar 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

public bool AlwaysBindable { get; }
public:
property bool AlwaysBindable {
    bool get();
}
member AlwaysBindable : bool with get
Public ReadOnly Property AlwaysBindable As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

BindingParameterConfiguration Class
System.Web.Http.OData.Builder Namespace

Return to top