Set the value of a property
Namespace: NHibernate.UserTypes
Assembly: NHibernate (in NHibernate)
Version: 1.2.0.4000
Syntax
| Visual Basic (Declaration) |
|---|
Sub SetPropertyValue ( _ component As Object, _ property As Integer, _ value As Object _ ) |
| C# |
|---|
void SetPropertyValue ( Object component, int property, Object value ) |
| Visual C++ |
|---|
void SetPropertyValue ( Object^ component, int property, Object^ value ) |
Parameters
- component
- System.Object
an instance of class mapped by this "type"
- property
- System.Int32
- value
- System.Object
the value to set