BusinessLogic Property

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.

Gets the application business logic.

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

Syntax

'Declaration
ReadOnly Property BusinessLogic As IBusinessLogic
    Get
'Usage
Dim instance As IApplicationV1
Dim value As IBusinessLogic

value = instance.BusinessLogic
IBusinessLogic BusinessLogic { get; }
property IBusinessLogic^ BusinessLogic {
    IBusinessLogic^ get ();
}

Property Value

Type: Microsoft.Dynamics.Retail.Pos.Contracts.BusinessLogic.IBusinessLogic
The Microsoft.Dynamics.Retail.Pos.Contracts.BusinessLogic.IBusinessLogic value.

See Also

Reference

IApplicationV1 Interface

Microsoft.Dynamics.Retail.Pos.Contracts Namespace