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

属性值

Expression 对象,表示 LabelExpression 的值。

适用于