Namespace:  NHibernate.Mapping
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property Text As String
C#
string Text { get; }
Visual C++
property String^ Text {
	String^ get ();
}
JavaScript
function get_text();

See Also