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

Syntax

Visual Basic (Declaration)
Function GetPropertyValue ( _
	component As Object, _
	i As Integer, _
	session As ISessionImplementor _
) As Object
C#
Object GetPropertyValue(
	Object component,
	int i,
	ISessionImplementor session
)
Visual C++
Object^ GetPropertyValue(
	Object^ component, 
	int i, 
	ISessionImplementor^ session
)
JavaScript
function getPropertyValue(component, i, session);

See Also