Share via


PosDevice.Compatibility Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the compatibility level of a device.

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

Syntax

'Declaration
Public ReadOnly Property Compatibility As DeviceCompatibilities
public DeviceCompatibilities Compatibility { get; }
public:
property DeviceCompatibilities Compatibility {
    DeviceCompatibilities get ();
}
/** @property */
public DeviceCompatibilities get_Compatibility ()
public function get Compatibility () : DeviceCompatibilities

Remarks

Valid values are defined by the DeviceCompatibilities enumeration.

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

PosDevice Class
PosDevice Members
Microsoft.PointOfService Namespace