Which property holds the version number? (optional operation)

Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property VersionProperty As Integer
C#
int VersionProperty { get; }
Visual C++
property int VersionProperty {
	int get ();
}
JavaScript
function get_versionProperty();

See Also