[Missing <summary> documentation for "P:NHibernate.PropertyNotFoundException.TargetType"]

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

Syntax

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

See Also