Set the value of a property
Namespace:
NHibernate.UserTypesAssembly: NHibernate (in NHibernate.dll)
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 ) |
JavaScript |
---|
function setPropertyValue(component, property, value); |
Parameters
- component
- Type: System..::.Object
an instance of class mapped by this "type"
- property
- Type: System..::.Int32
- value
- Type: System..::.Object
the value to set