Does the class have an identifier property?

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

Syntax

Visual Basic (Declaration)
ReadOnly Property HasIdentifierProperty As Boolean
C#
bool HasIdentifierProperty { get; }
Visual C++
property bool HasIdentifierProperty {
	bool get ();
}
JavaScript
function get_hasIdentifierProperty();

See Also