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