Gets the value of the Field from the object.

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

Syntax

C#
public Object Get(
	Object target
)
Visual Basic
Public Function Get ( _
	target As Object _
) As Object
Visual C++
public:
virtual Object^ Get(
	Object^ target
) sealed

Parameters

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

Return Value

The value of the Field for the target.

Implements

IGetter..::..Get(Object)

See Also