Share via


DirectIOData.Data Property

2/27/2008

Gets the data, 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 Data As Integer
public int Data { get; }
public:
property int Data {
    int get ();
}
/** @property */
public int get_Data ()
public function get Data () : int

Remarks

This property holds the Direct IO data, as defined by the service object that is 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