RuleEvaluationIncompatibleTypesException.Operator プロパティ

定義

例外の原因となった式の演算子を表す CodeBinaryOperatorType を取得または設定します。

public:
 property System::CodeDom::CodeBinaryOperatorType Operator { System::CodeDom::CodeBinaryOperatorType get(); void set(System::CodeDom::CodeBinaryOperatorType value); };
public System.CodeDom.CodeBinaryOperatorType Operator { get; set; }
member this.Operator : System.CodeDom.CodeBinaryOperatorType with get, set
Public Property Operator As CodeBinaryOperatorType

プロパティ値

CodeBinaryOperatorType

例外の原因になった演算子を表す CodeBinaryOperatorType

適用対象