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.

적용 대상