Get the value of a property

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

Syntax

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

Parameters

component
Type: System..::.Object
an instance of class mapped by this "type"
property
Type: System..::.Int32

Return Value

the property value

See Also