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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Id As Integer
C#
public int Id { get; }
Visual C++
public:
property int Id {
	int get ();
}
JavaScript
function get_id();

See Also