FlowStep.TransitionMessage 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.
If the CompletionType is CompletionType.AtLeastOnce or CompletionType.ZeroOrMore, this message will be used to ask the user if they want to try the step again.
public string? TransitionMessage { get; set; }
member this.TransitionMessage : string with get, set
Public Property TransitionMessage As String