Share via


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

2/27/2008

Gets the Boolean value that indicates whether a recording medium is attached or not.

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

Syntax

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

Remarks

Indicates whether a recording medium is attached or not.

If true, a recording medium is attached. If false, it is not attached.

If the storage medium is not exchangeable, this property is always set true.

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.InitializeMedium Method
ElectronicJournal.CapMediumIsAvailable Property