Gets or sets the Type that this Foreign Key is referencing.

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

Syntax

Visual Basic (Declaration)
Public Property ReferencedClass As Type
C#
public Type ReferencedClass { get; set; }
Visual C++
public:
property Type^ ReferencedClass {
	Type^ get ();
	void set (Type^ value);
}
JavaScript
function get_referencedClass();
function set_referencedClass(value);

Field Value

The Type that this Foreign Key is referencing.

See Also