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

適用対象