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 的值。

適用於