Share via


PrintResults.NVRAMWriteCount Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Contains the number of times NVRAM is written to.

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

Syntax

'Declaration
Public Property NVRAMWriteCount As Integer
public int NVRAMWriteCount { get; set; }
public:
property int NVRAMWriteCount {
    int get ();
    void set (int value);
}
/** @property */
public int get_NVRAMWriteCount ()

/** @property */
public void set_NVRAMWriteCount (int value)
public function get NVRAMWriteCount () : int

public function set NVRAMWriteCount (value : int)

Remarks

Contains the number of times NVRAM is written to.

NVRAMWriteCount 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