Get the value of a property
Namespace: NHibernate.UserTypes
Assembly: NHibernate (in NHibernate)
Version: 1.2.0.4000
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 ) |
Parameters
- component
- System.Object
an instance of class mapped by this "type"
- property
- System.Int32