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

Syntax

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

See Also