Share via


ElectronicJournal.StorageEnabled Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets or sets the Boolean value that indicates whether the device is in a recordable state.

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

Syntax

'Declaration
Public MustOverride Property StorageEnabled As Boolean
public abstract bool StorageEnabled { get; set; }
public:
virtual property bool StorageEnabled {
    bool get () abstract;
    void set (bool value) abstract;
}
/** @property */
public abstract boolean get_StorageEnabled ()

/** @property */
public abstract void set_StorageEnabled (boolean value)
public abstract function get StorageEnabled () : boolean

public abstract function set StorageEnabled (value : boolean)

Remarks

If true, the device is in a recordable state. Output data from PosPrinter or FiscalPrinter is stored on the medium as electronic information sequentially. The Station property must be specified in advance to specify what station is available to record.

If false, the device has been disabled to record data.

This property is initialized to false by the Open 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.

See Also

Reference

ElectronicJournal Class
ElectronicJournal Members
Microsoft.PointOfService Namespace
ElectronicJournal.CapStorageEnabled Property
ElectronicJournal.Station Property