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

Syntax

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

See Also