Does the class have an identifier property?

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

Syntax

C#
bool HasIdentifierProperty { get; }
Visual Basic
ReadOnly Property HasIdentifierProperty As Boolean
	Get
Visual C++
property bool HasIdentifierProperty {
	bool get ();
}

See Also