Gets the identifier of the object that is stale.

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

Syntax

C#
public Object Identifier { get; }
Visual Basic
Public ReadOnly Property Identifier As Object
	Get
Visual C++
public:
property Object^ Identifier {
	Object^ get ();
}

See Also