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.Right

Gets or sets the code expression on the right of the operator.

[Visual Basic]
Public Property Right As CodeExpression
[C#]
public CodeExpression Right {get; set;}
[C++]
public: __property CodeExpression* get_Right();
public: __property void set_Right(CodeExpression*);
[JScript]
public function get Right() : CodeExpression;
public function set Right(CodeExpression);

Property Value

A CodeExpression representing the code on the right of the operator.

See Also

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