Gets or sets the SimpleValue that contains information about the identifier.

Namespace:  NHibernate.Mapping
Assembly:  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);

Field Value

The SimpleValue that contains information about the identifier.

See Also