RuleEvaluationIncompatibleTypesException.Right 屬性

定義

取得或設定造成例外狀況的運算式中,右邊引數的 Type

public:
 property Type ^ Right { Type ^ get(); void set(Type ^ value); };
public Type Right { get; set; }
member this.Right : Type with get, set
Public Property Right As Type

屬性值

Type

造成例外狀況的運算式中,右邊引數的 Type

適用於