Get the current collection key value

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

Syntax

C#
Object Key { get; }
Visual Basic
ReadOnly Property Key As Object
	Get
Visual C++
property Object^ Key {
	Object^ get ();
}

See Also