WaterfallStepContext.Result Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.