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

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

Syntax

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

See Also