LabelExpression.DefaultValue プロパティ

定義

ジャンプ ステートメントではなく通常の制御フローを経てラベルに到達した場合の LabelExpression の値。

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

プロパティ値

LabelExpression オブジェクトの値を表す式オブジェクト。

適用対象