AndAlso.Right Property

Definition

Gets or sets the right operand.

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

Property Value

The right operand.

Applies to