Share via


ProcedureConfiguration.IsComposable Property

Can the procedure be composed upon. For example can a URL that invokes the procedure be used as the base url for a request that invokes the procedure and does something else with the results.

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

Syntax

'Declaration
Public Overridable ReadOnly Property IsComposable As Boolean 
    Get
'Usage
Dim instance As ProcedureConfiguration 
Dim value As Boolean 

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

Property Value

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

See Also

Reference

ProcedureConfiguration Class

System.Web.Http.OData.Builder Namespace