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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property RHSUniqueKeyPropertyName As String
C#
public string RHSUniqueKeyPropertyName { get; }
Visual C++
public:
virtual property String^ RHSUniqueKeyPropertyName {
	String^ get () sealed;
}
JavaScript
function get_rhsUniqueKeyPropertyName();

Implements

IAssociationType..::.RHSUniqueKeyPropertyName

See Also