Get the type of versioning (optional operation)

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

Syntax

C#
IVersionType VersionType { get; }
Visual Basic
ReadOnly Property VersionType As IVersionType
	Get
Visual C++
property IVersionType^ VersionType {
	IVersionType^ get ();
}

See Also