Freigeben über


RuleEvaluationIncompatibleTypesException.Operator Eigenschaft

Definition

Ruft den CodeBinaryOperatorType des Operators ab, der die Ausnahme verursacht hat, oder legt den Typ fest.

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

Eigenschaftswert

CodeBinaryOperatorType

Der CodeBinaryOperatorType des Operators, der die Ausnahme verursacht hat.

Gilt für