Which property holds the version number? (optional operation)

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

Syntax

C#
int VersionProperty { get; }
Visual Basic
ReadOnly Property VersionProperty As Integer
	Get
Visual C++
property int VersionProperty {
	int get ();
}

See Also