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

Syntax

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

Parameters

component
Type: System..::.Object
i
Type: System..::.Int32

See Also