Share via


EVRWResult.Object Property

2/27/2008

Gets the returned object that depends on the specific implementation.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public ReadOnly Property Object As Object
public Object Object { get; }
public:
property Object^ Object {
    Object^ get ();
}
/** @property */
public Object get_Object ()
public function get Object () : Object

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

EVRWResult Structure
EVRWResult Members
Microsoft.PointOfService Namespace