Share via


DirectIOData.Data Property

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

Usage

'Usage
Dim directIOData1 As DirectIOData

Dim returnValue As Integer
returnValue = directIOData1.Data

Syntax

'Declaration
Public ReadOnly Property Data() As Integer
public int Data {get;}
public: property Int32 Data{
    Int32 get();
}
public int get_Data();
public function get Data() : int;

Remarks

Contains the data, as defined by the service object, to be transferred via 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

DirectIOData Structure
DirectIOData Members
Microsoft.PointOfService Namespace