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!

CodeAssignStatement.Right

Gets or sets the value to assign.

[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 that represents the value to assign.

See Also

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