Set the value of a property

Namespace: NHibernate.UserTypes
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
void SetPropertyValue(
	Object component,
	int property,
	Object value
)
Visual Basic
Sub SetPropertyValue ( _
	component As Object, _
	property As Integer, _
	value As Object _
)
Visual C++
void SetPropertyValue(
	Object^ component, 
	int property, 
	Object^ value
)

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.SetPropertyValue(System.Object,System.Int32,System.Object)"]

value
Type: System..::..Object
the value to set

See Also