Gets or sets the SimpleValue that contains information about the identifier.
Namespace:
NHibernate.MappingAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Property Identifier As SimpleValue |
C# |
---|
public override SimpleValue Identifier { get; set; } |
Visual C++ |
---|
public: virtual property SimpleValue^ Identifier { SimpleValue^ get () override; void set (SimpleValue^ value) override; } |
JavaScript |
---|
function get_identifier(); function set_identifier(value); |