SwitchExpression.SwitchValue Propriété

Définition

Obtient le test pour le commutateur.

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

Valeur de propriété

Objet Expression qui représente le test pour le commutateur.

S’applique à