Build a collection of properties which are "referenceable".

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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property ReferenceablePropertyCollection As ICollection
C#
public virtual ICollection ReferenceablePropertyCollection { get; }
Visual C++
public:
virtual property ICollection^ ReferenceablePropertyCollection {
	ICollection^ get ();
}
JavaScript
function get_referenceablePropertyCollection();

Remarks

See GetReferencedProperty(String) for a discussion of "referenceable".

See Also