Share via


EVRWResult.Data Property

2/27/2008

Gets the returned data that depends on the specific implementation.

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

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