Gets the value of the Field from the object.
Namespace: NHibernate.PropertiesAssembly: 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.