Gets a Boolean indicating if this Value is unique.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property IsUnique As Boolean
C#
bool IsUnique { get; }
Visual C++
property bool IsUnique {
	bool get ();
}
JavaScript
function get_isUnique();

See Also