Gets a Boolean indicating if this Value is unique.

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

Syntax

C#
bool IsAlternateUniqueKey { get; }
Visual Basic
ReadOnly Property IsAlternateUniqueKey As Boolean
	Get
Visual C++
property bool IsAlternateUniqueKey {
	bool get ();
}

See Also