When implemented by a class, gets or sets the
Property
that is used as the
id.
Namespace:
NHibernate.Mapping
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Property IdentifierProperty As Property |
C# |
---|
public abstract Property IdentifierProperty { get; set; } |
Visual C++ |
---|
public:
virtual property Property^ IdentifierProperty {
Property^ get () abstract;
void set (Property^ value) abstract;
} |
JavaScript |
---|
function get_identifierProperty();
function set_identifierProperty(value); |
Field Value
The
Property that is used as the
id.
See Also