Gets or sets the version of the Entity.

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

Syntax

C#
public Object Version { get; }
Visual Basic
Public ReadOnly Property Version As Object
	Get
Visual C++
public:
property Object^ Version {
	Object^ get ();
}

Field Value

The version of the Entity.

See Also