RuleEvaluationIncompatibleTypesException.Operator Property

Definition

Gets or sets the CodeBinaryOperatorType representing the operator which caused the exception.

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

Property Value

The CodeBinaryOperatorType representing the operator which caused the exception.

Applies to