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 Properties

The properties of the CodeBinaryOperatorExpression class are listed below. For a complete list of CodeBinaryOperatorExpression class members, see the CodeBinaryOperatorExpression Members topic.

Public:

Left Gets or sets the code expression on the left of the operator.
Operator Gets or sets the operator in the binary operator expression.
Right Gets or sets the code expression on the right of the operator.

See Also

CodeBinaryOperatorExpression Class | System.CodeDOM Namespace