Gets a boolean indicating if the mapped class has a version property.

Namespace: NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public override bool IsVersioned { get; }
Visual Basic
Public Overrides ReadOnly Property IsVersioned As Boolean
	Get
Visual C++
public:
virtual property bool IsVersioned {
	bool get () override;
}

Field Value

trueTruetruetrue (True in Visual Basic) if there is a Property for a version.

See Also