WaterfallStepContext.Result Property

Definition

Gets the result from the previous waterfall step.

public object Result { get; }
member this.Result : obj
Public ReadOnly Property Result As Object

Property Value

The result from the previous waterfall step.

Remarks

The result is often the return value of a child dialog that was started in the previous step of the waterfall.

Applies to