GotoExpression.Value Eigenschaft

Definition

Der an das Ziel übergebene Wert oder NULL, wenn das Ziel vom Typ System.Void ist.

public:
 property System::Linq::Expressions::Expression ^ Value { System::Linq::Expressions::Expression ^ get(); };
public System.Linq.Expressions.Expression Value { get; }
public System.Linq.Expressions.Expression? Value { get; }
member this.Value : System.Linq.Expressions.Expression
Public ReadOnly Property Value As Expression

Eigenschaftswert

Das Expression-Objekt, das den an das Ziel übergebenen Wert darstellt oder NULL.

Gilt für: