Retrieve the current value of the parent property.

Namespace: NHibernate.Tuple.Component
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
Object GetParent(
	Object component
)
Visual Basic
Function GetParent ( _
	component As Object _
) As Object
Visual C++
Object^ GetParent(
	Object^ component
)

Parameters

component
Type: System..::..Object
The component instance from which to extract the parent property value.

Return Value

The current value of the parent property.

See Also