Share via


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

2/27/2008

Gets the Boolean value that indicates whether the storage medium can be erased.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapErasableMedium As Boolean
public abstract bool CapErasableMedium { get; }
public:
virtual property bool CapErasableMedium {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CapErasableMedium ()
public abstract function get CapErasableMedium () : boolean

Remarks

If true, the storage medium can be erased. If false, it cannot be erased.

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
MediumID
MediumIsAvailable
CapMediumIsAvailable