Gets or sets the Property that is used as the id.

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

Field Value

The Property that is used as the id.

See Also