Defines the basic contract of a Property within the runtime metamodel.

Namespace: NHibernate.Tuple
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class Property
C#
[SerializableAttribute]
public abstract class Property
Visual C++
[SerializableAttribute]
public ref class Property abstract

Remarks

Author: Steve Ebersole

Inheritance Hierarchy