Gets or sets the operator in the binary operator expression.
[Visual Basic] Public Property Operator As CodeBinaryOperatorType [C#] public CodeBinaryOperatorType Operator {get; set;} [C++] public: __property CodeBinaryOperatorType get_Operator(); public: __property void set_Operator(CodeBinaryOperatorType); [JScript] public function get Operator() : CodeBinaryOperatorType; public function set Operator(CodeBinaryOperatorType);
A CodeBinaryOperatorType that indicates the operator in the expression.
CodeBinaryOperatorExpression Class | CodeBinaryOperatorExpression Members | System.CodeDOM Namespace | CodeBinaryOperatorType