Show / Hide Table of Contents

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

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

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
System.String

Trigger

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

Variables

Declaration
public Collection<Variable> Variables { get; }
Property Value
System.Collections.ObjectModel.Collection<Variable>

Back to top Generated by DocFX