iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

ReflectionPropertyGetAccessor.Get Method 

Gets the value stored in the property for the specified target.

[Visual Basic]
NotOverridable Public Function Get( _
   ByVal Object As Object _
) As Object _
    Implements IGet.
[C#]
public object Get(
   Object target
);

Parameters

target
Object to retrieve the property from.

Return Value

Property value.

Implements

IGet.

See Also

ReflectionPropertyGetAccessor Class | IBatisNet.Common.Utilities.Objects.Members Namespace