Gets the index of the version property

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