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

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

Syntax

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

See Also