Gets or sets the Property that is used as the version.

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

Syntax

C#
public override Property Version { get; set; }
Visual Basic
Public Overrides Property Version As Property
	Get
	Set
Visual C++
public:
virtual property Property^ Version {
	Property^ get () override;
	void set (Property^ value) override;
}

Field Value

The Property from the Superclass that is used as the version.

See Also