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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsUniqueKeyReference As Boolean
C#
public bool IsUniqueKeyReference { get; }
Visual C++
public:
property bool IsUniqueKeyReference {
	bool get ();
}
JavaScript
function get_isUniqueKeyReference();

See Also