[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.HbmIdbag.CollectionType"]

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

Syntax

C#
public string CollectionType { get; }
Visual Basic
Public ReadOnly Property CollectionType As String
	Get
Visual C++
public:
virtual property String^ CollectionType {
	String^ get () sealed;
}

Implements

ICollectionPropertiesMapping..::..CollectionType

See Also