ActionConfiguration.IsBindable Property
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public override bool IsBindable { get; }
public:
property bool IsBindable {
virtual bool get() override;
}
override IsBindable : bool with get
Public Overrides ReadOnly Property IsBindable As Boolean
Property Value
Type: System.Boolean
See Also
ActionConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top