Show / Hide Table of Contents

Class FlowStep

Inheritance
System.Object
FlowNode
FlowStep
Namespace: System.Activities.Statements
Assembly: System.Activities.dll
Syntax
public sealed class FlowStep : FlowNode

Constructors

FlowStep()

Declaration
public FlowStep()

Properties

Action

Declaration
public Activity Action { get; set; }
Property Value
Activity

Next

Declaration
public FlowNode Next { get; set; }
Property Value
FlowNode

Back to top Generated by DocFX