[Missing <summary> documentation for "P:NHibernate.Type.EntityType.RHSUniqueKeyPropertyName"]

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

Syntax

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

Implements

IAssociationType..::..RHSUniqueKeyPropertyName

See Also