Get the value of a property
Namespace: NHibernate.UserTypesAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
Object GetPropertyValue( Object component, int property ) |
| Visual Basic |
|---|
Function GetPropertyValue ( _ component As Object, _ property As Integer _ ) As Object |
| Visual C++ |
|---|
Object^ GetPropertyValue( Object^ component, int property ) |
Parameters
- component
- Type: System..::..Object
an instance of class mapped by this "type"
- property
- Type: System..::..Int32
[Missing <param name="property"/> documentation for "M:NHibernate.UserTypes.ICompositeUserType.GetPropertyValue(System.Object,System.Int32)"]