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

Syntax

Visual Basic (Declaration)
Protected ReadOnly Property Count As Short
C#
protected short Count { get; }
Visual C++
protected:
property short Count {
	short get ();
}
JavaScript
function get_count();

See Also