Get the name of the indentifier property (or return null) - need not return the name of an actual .NET property

Namespace: NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
string IdentifierPropertyName { get; }
Visual Basic
ReadOnly Property IdentifierPropertyName As String
	Get
Visual C++
property String^ IdentifierPropertyName {
	String^ get ();
}

See Also