CodeExpressionStatement::Expression Property

 

Gets or sets the expression for the statement.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
property CodeExpression^ Expression {
	CodeExpression^ get();
	void set(CodeExpression^ value);
}

Property Value

Type: System.CodeDom::CodeExpression^

A CodeExpression that indicates the expression for the statement.

.NET Framework
Available since 1.1
Return to top
Show: