When implemented by a class, gets the value of the Property/Field from the object.

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

Syntax

C#
Object Get(
	Object target
)
Visual Basic
Function Get ( _
	target As Object _
) As Object
Visual C++
Object^ Get(
	Object^ target
)

Parameters

target
Type: System..::..Object
The object to get the Property/Field value from.

Return Value

The value of the Property for the target.

Exceptions

ExceptionCondition
NHibernate..::..PropertyAccessException Thrown when there is a problem getting the value from the target.

See Also