Gets or sets the expression representing the object or reference 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);
A CodeExpression that indicates the object or reference to assign.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
CodeAssignStatement Class | CodeAssignStatement Members | System.CodeDom Namespace | CodeExpression