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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Property As PropertyInfo
C#
public PropertyInfo Property { get; }
Visual C++
public:
property PropertyInfo^ Property {
	PropertyInfo^ get ();
}
JavaScript
function get_property();

See Also