Class PickBranch
Inheritance
System.Object
PickBranch
Namespace: System.Activities.Statements
Assembly: System.Activities.dll
Syntax
public sealed class PickBranch : Object
Constructors
PickBranch()
Declaration
public PickBranch()
Properties
Action
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
System.String
|
Trigger
Variables
Declaration
public Collection<Variable> Variables { get; }
Property Value
System.Collections.ObjectModel.Collection<Variable>
|