Gets or sets the Property that is used as the version.
Namespace:
NHibernate.MappingAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Property Version As Property |
C# |
---|
public override Property Version { get; set; } |
Visual C++ |
---|
public: virtual property Property^ Version { Property^ get () override; void set (Property^ value) override; } |
JavaScript |
---|
function get_version(); function set_version(value); |