Share via


PosCommon.IsExclusiveUseDevice Property

2/27/2008

Gets a Boolean value that indicates whether the device is an exclusive-use device.

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

Syntax

'Declaration
Protected MustOverride ReadOnly Property IsExclusiveUseDevice As Boolean
protected abstract bool IsExclusiveUseDevice { get; }
protected:
virtual property bool IsExclusiveUseDevice {
    bool get () abstract;
}
/** @property */
protected abstract boolean get_IsExclusiveUseDevice ()
protected abstract function get IsExclusiveUseDevice () : boolean

Remarks

Indicates whether the device is an exclusive-use 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

PosCommon Class
PosCommon Members
Microsoft.PointOfService Namespace