CodeAssignStatement::Left Property
.NET Framework (current version)
Gets or sets the expression representing the object or reference to assign to.
Assembly: System (in System.dll)
public: property CodeExpression^ Left { CodeExpression^ get(); void set(CodeExpression^ value); }
Property Value
Type: System.CodeDom::CodeExpression^A CodeExpression that indicates the object or reference to assign to.
.NET Framework
Available since 1.1
Available since 1.1
Show: