Gets the unique number of the Table.

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

Syntax

C#
public int UniqueInteger { get; }
Visual Basic
Public ReadOnly Property UniqueInteger As Integer
	Get
Visual C++
public:
property int UniqueInteger {
	int get ();
}

Field Value

The unique number of the Table.

See Also