BillDispenser.IsExclusiveUseDevice Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Gets a Boolean value that indicates whether the bill dispenser is an exclusive-use device.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Protected Overrides NotOverridable ReadOnly Property IsExclusiveUseDevice As Boolean
protected override sealed bool IsExclusiveUseDevice { get; }
protected:
virtual property bool IsExclusiveUseDevice {
bool get () override sealed;
}
/** @property */
protected final boolean get_IsExclusiveUseDevice ()
protected override final function get IsExclusiveUseDevice () : boolean
Property Value
A value of true indicates the fiscal printer is an exclusive-use device. Otherwise, the value is false.
Remarks
An exclusive-use device has the following properties:
The application must claim the device before the application enables it.
The application must claim and enable the device before accessing some properties or calling methods that update the device.
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
BillDispenser Class
BillDispenser Members
Microsoft.PointOfService Namespace