Share via


ItemDispenser.MaxSlots Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets an integer value that indicates the maximum number of slots that the Item Dispenser device can support.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property MaxSlots As Integer
public abstract int MaxSlots { get; }
public:
virtual property int MaxSlots {
    int get () abstract;
}
/** @property */
public abstract int get_MaxSlots ()
public abstract function get MaxSlots () : int

Remarks

This property is initialized 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

ItemDispenser Class
ItemDispenser Members
Microsoft.PointOfService Namespace