IApplication 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 POS IApplication interface exposes all the public interfaces for use by third-party developers.

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

Syntax

'Declaration
<GuidAttribute("37667869-7F38-4F49-B9C5-2F42F9576861")> _
Public Interface IApplication _
    Inherits IApplicationV1, IApplicationV2
'Usage
Dim instance As IApplication
[GuidAttribute("37667869-7F38-4F49-B9C5-2F42F9576861")]
public interface IApplication : IApplicationV1, 
    IApplicationV2
[GuidAttribute(L"37667869-7F38-4F49-B9C5-2F42F9576861")]
public interface class IApplication : IApplicationV1, 
    IApplicationV2

See Also

Reference

Microsoft.Dynamics.Retail.Pos.Contracts Namespace