FiscalDataItem.Data Property
2/27/2008
Gets a character string that contains the returned data requested from GetData.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public ReadOnly Property Data As String
public string Data { get; }
public:
property String^ Data {
String^ get ();
}
/** @property */
public String get_Data ()
public function get Data () : String
Remarks
The form and content of this string depends on the type of data requested. Please refer to the members of FiscalData and the Service vendor's documentation for more information.
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
FiscalDataItem Structure
FiscalDataItem Members
Microsoft.PointOfService Namespace