[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.IPropertiesContainerMapping.Properties"]

Namespace: NHibernate.Cfg.MappingSchema
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
IEnumerable<IEntityPropertyMapping> Properties { get; }
Visual Basic
ReadOnly Property Properties As IEnumerable(Of IEntityPropertyMapping)
	Get
Visual C++
property IEnumerable<IEntityPropertyMapping^>^ Properties {
	IEnumerable<IEntityPropertyMapping^>^ get ();
}

See Also