When implemented by a class, gets or sets the Property that is used as the id.

Namespace: NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public abstract Property IdentifierProperty { get; set; }
Visual Basic
Public MustOverride Property IdentifierProperty As Property
	Get
	Set
Visual C++
public:
virtual property Property^ IdentifierProperty {
	Property^ get () abstract;
	void set (Property^ value) abstract;
}

Field Value

The Property that is used as the id.

See Also