Get the value of a particular property

Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

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

Parameters

obj
Type: System..::.Object
i
Type: System..::.Int32

Return Value

See Also