The name of the identifier property (or return null)

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

Syntax

Visual Basic (Declaration)
ReadOnly Property IdentifierPropertyName As String
C#
string IdentifierPropertyName { get; }
Visual C++
property String^ IdentifierPropertyName {
	String^ get ();
}
JavaScript
function get_identifierPropertyName();

See Also