Namespace:  NHibernate.Tuple
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property VersionPropertyIndex As Integer
C#
public int VersionPropertyIndex { get; }
Visual C++
public:
property int VersionPropertyIndex {
	int get ();
}
JavaScript
function get_versionPropertyIndex();

See Also