Share via


FunctionConfiguration.IsComposable Property

 

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

Syntax

public bool IsComposable { get; set; }
public:
property bool IsComposable {
    bool get();
    void set(bool value);
}
member IsComposable : bool with get, set
Public Property IsComposable As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

FunctionConfiguration Class
System.Web.OData.Builder Namespace

Return to top