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

Namespace: NHibernate.Tuple
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

Inheritance Hierarchy

See Also