Set the renderable text of this node.

Namespace: NHibernate.Hql.Ast.ANTLR.Tree
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
string Text { set; }
Visual Basic
WriteOnly Property Text As String
	Set
Visual C++
property String^ Text {
	void set (String^ value);
}

See Also