[Missing <summary> documentation for "P:NHibernate.Type.CustomCollectionType.UserType"]

Namespace: NHibernate.Type
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public IUserCollectionType UserType { get; }
Visual Basic
Public ReadOnly Property UserType As IUserCollectionType
	Get
Visual C++
public:
property IUserCollectionType^ UserType {
	IUserCollectionType^ get ();
}

See Also