Gets an ICollection of Property objects.

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

Syntax

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

Field Value

An ICollection of Property objects.

See Also