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

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

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

Property Value

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

See Also

CodeBinaryOperatorExpression Class | CodeBinaryOperatorExpression Members | System.CodeDOM Namespace