ConditionalEventArgs.Result Eigenschaft

Definition

Ruft das Ergebnis von CodeCondition-Bewertung ab, oder legt dieses fest.

public:
 property bool Result { bool get(); void set(bool value); };
public bool Result { get; set; }
member this.Result : bool with get, set
Public Property Result As Boolean

Eigenschaftswert

true, wenn das Ergebnis der Bedingung den Wert true aufweist; andernfalls false.

Gilt für: