PrintResults.JournalLinePrintedCount Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Contains the number of Journal lines printed.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public Property JournalLinePrintedCount As Integer
public int JournalLinePrintedCount { get; set; }
public:
property int JournalLinePrintedCount {
int get ();
void set (int value);
}
/** @property */
public int get_JournalLinePrintedCount ()
/** @property */
public void set_JournalLinePrintedCount (int value)
public function get JournalLinePrintedCount () : int
public function set JournalLinePrintedCount (value : int)
Remarks
Contains the number of Journal lines printed.
JournalLinePrintedCount is initialized to 0 (zero) by the PrintResults class.
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
PrintResults Class
PrintResults Members
Microsoft.PointOfService.BaseServiceObjects Namespace