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); |