Get the value of a particular (named) property
Namespace:
NHibernate.MetadataAssembly: 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); |