OrElse.Left Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.