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

Syntax

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

Implements

IClassMetadata..::.VersionProperty
IEntityPersister..::.VersionProperty

See Also