LabelExpression.DefaultValue Eigenschaft

Definition

Der Wert der LabelExpression, wenn die Bezeichnung durch die reguläre Ablaufsteuerung (und z. B. nicht durch einen Sprung) erreicht wird.

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

Eigenschaftswert

Das Expression-Objekt, das den Wert der LabelExpression darstellt.

Gilt für: