Namespace:  NHibernate.Loader.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Overrides ReadOnly Property Comment As String
C#
public override string Comment { get; }
Visual C++
public:
virtual property String^ Comment {
	String^ get () override;
}
JavaScript
function get_comment();

See Also