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,代表造成例外狀況的運算子。

適用於