HardTotals.IsExclusiveUseDevice Property
2/27/2008
Gets the Boolean value that indicates whether the HardTotals 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
Remarks
A value of true indicates that the HardTotals is exclusive-use, while a value of false indicates that it is not.
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
HardTotals Class
HardTotals Members
Microsoft.PointOfService Namespace