OrElse.Left Property

Definition

Gets or sets the left operand.

public:
 property System::Activities::Activity<bool> ^ Left { System::Activities::Activity<bool> ^ get(); void set(System::Activities::Activity<bool> ^ value); };
public System.Activities.Activity<bool> Left { get; set; }
member this.Left : System.Activities.Activity<bool> with get, set
Public Property Left As Activity(Of Boolean)

Property Value

The Activity that represents the left operand.

Applies to