Get the
Type for the named property of a type.
Namespace:
NHibernate.Util
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function ReflectedPropertyClass ( _
theClass As Type, _
name As String, _
access As String _
) As Type |
Visual C++ |
---|
public:
static Type^ ReflectedPropertyClass(
Type^ theClass,
String^ name,
String^ access
) |
JavaScript |
---|
NHibernate.Util.ReflectHelper.reflectedPropertyClass = function(theClass, name, access); |
Return Value
The
Type for the named property.
See Also