Get the value of a particular (named) property

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

Syntax

Visual Basic (Declaration)
Function GetPropertyValue ( _
	obj As Object, _
	propertyName As String _
) As Object
C#
Object GetPropertyValue(
	Object obj,
	string propertyName
)
Visual C++
Object^ GetPropertyValue(
	Object^ obj, 
	String^ propertyName
)
JavaScript
function getPropertyValue(obj, propertyName);

Parameters

obj
Type: System..::.Object
propertyName
Type: System..::.String

Return Value

See Also