[Missing <summary> documentation for "P:NHibernate.Hql.Classic.PathExpressionParser.PropertyType"]

Namespace: NHibernate.Hql.Classic
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected IType PropertyType { get; }
Visual Basic
Protected ReadOnly Property PropertyType As IType
	Get
Visual C++
protected:
property IType^ PropertyType {
	IType^ get ();
}

Return Value

See Also