When implemented by a class, gets a boolean indicating if the mapped class has a Property for the id.

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

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property HasIdentifierProperty As Boolean
C#
public abstract bool HasIdentifierProperty { get; }
Visual C++
public:
virtual property bool HasIdentifierProperty {
	bool get () abstract;
}
JavaScript
function get_hasIdentifierProperty();

Field Value

trueTruetruetrue (True in Visual Basic) if there is a Property for the id.

See Also