Share via


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

2/27/2008

Gets the size of the storage medium in bytes.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property MediumSize As Decimal
public abstract decimal MediumSize { get; }
public:
virtual property Decimal MediumSize {
    Decimal get () abstract;
}
/** @property */
public abstract Decimal get_MediumSize ()
public abstract function get MediumSize () : decimal

Remarks

Holds the size of the storage medium in bytes.

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.MediumFreeSpace Property