CodeVariableDeclarationStatement::InitExpression Property

 

Gets or sets the initialization expression for the variable.

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

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

Property Value

Type: System.CodeDom::CodeExpression^

A CodeExpression that indicates the initialization expression for the variable.

.NET Framework
Available since 1.1
Return to top
Show: