Share via


ActionConfiguration.IsAlwaysBindable Property

Whether this action can always be bound. For example, imagine a Watch action that can be bound to a Movie: it might not always be possible to Watch a movie, in which case IsAlwaysBindable would return false.

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

Syntax

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

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

Property Value

Type: System.Boolean
true if this action can always be bound; otherwise, false.

See Also

Reference

ActionConfiguration Class

System.Web.Http.OData.Builder Namespace