Share via


ILineDisplay Interface

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

The Microsoft.Dynamics.Retail.Pos.Contracts.Services.ILineDisplay is the interface for line display device.

Namespace:  Microsoft.Dynamics.Retail.Pos.Contracts.Services
Assembly:  Microsoft.Dynamics.Retail.Pos.Contracts (in Microsoft.Dynamics.Retail.Pos.Contracts.dll)

Syntax

'Declaration
<GuidAttribute("F82A9B28-ECD5-4D51-82BC-3D7B74B760AB")> _
Public Interface ILineDisplay _
    Inherits ILineDisplayV1, IPeripheral, IPeripheralV1, IPeripheralV2
'Usage
Dim instance As ILineDisplay
[GuidAttribute("F82A9B28-ECD5-4D51-82BC-3D7B74B760AB")]
public interface ILineDisplay : ILineDisplayV1, 
    IPeripheral, IPeripheralV1, IPeripheralV2
[GuidAttribute(L"F82A9B28-ECD5-4D51-82BC-3D7B74B760AB")]
public interface class ILineDisplay : ILineDisplayV1, 
    IPeripheral, IPeripheralV1, IPeripheralV2

See Also

Reference

Microsoft.Dynamics.Retail.Pos.Contracts.Services Namespace