Mapping for a property of a .NET class (entity or component).

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

Syntax

C#
[SerializableAttribute]
public class Property : IMetaAttributable
Visual Basic
<SerializableAttribute> _
Public Class Property _
	Implements IMetaAttributable
Visual C++
[SerializableAttribute]
public ref class Property : IMetaAttributable

Inheritance Hierarchy

See Also