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.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public virtual bool IsComposable {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    internal set;
}
public:
property bool IsComposable {
    [CompilerGeneratedAttribute]
    virtual bool get();
    [CompilerGeneratedAttribute]
    internal: virtual void set(bool value);
}
abstract IsComposable : bool with get, internal set
override IsComposable : bool with get, internal set
Public Overridable Property IsComposable As Boolean
    Get
    Friend Set
End Property

Property Value

Type: System.Boolean

Returns Boolean.

See Also

ProcedureConfiguration Class
System.Web.OData.Builder Namespace

Return to top