NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeBinaryOperatorExpression.Operator

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);

Property Value

A CodeBinaryOperatorType that indicates the operator in the expression.

See Also

CodeBinaryOperatorExpression Class | CodeBinaryOperatorExpression Members | System.CodeDOM Namespace | CodeBinaryOperatorType