Share via


DirectIOData.Object Property

2/27/2008

Gets an object, as defined by the service object, to be transferred through the DirectIO method.

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

Remarks

This property holds an object, as defined by the service object, to be transferred through the DirectIO method.

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

DirectIOData Structure
DirectIOData Members
Microsoft.PointOfService Namespace