Gets the index of the version property

Namespace:  NHibernate.Metadata
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