Share via


FunctionConfiguration.IsComposable Property

Definition

Can the operation be composed upon.

For example can a URL that invokes the operation be used as the base URL for a request that invokes the operation and does something else with the results

public bool IsComposable { get; set; }
member this.IsComposable : bool with get, set
Public Property IsComposable As Boolean

Property Value

Applies to