Gets the identifier of the Entity that owns this Collection.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property Key As Object
C#
Object Key { get; }
Visual C++
property Object^ Key {
	Object^ get ();
}
JavaScript
function get_key();

See Also