Share via


EdmFunctionPayload.IsComposable Property

Definition

Gets or sets whether this function can be composed.

public Nullable<bool> IsComposable { get; set; }
member this.IsComposable : Nullable<bool> with get, set
Public Property IsComposable As Nullable(Of Boolean)

Property Value

true if this function can be composed; otherwise, false.

Applies to