Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.76 KB

iapplicationv1-businesslogic-property-microsoft-dynamics-retail-pos-contracts.md

File metadata and controls

63 lines (46 loc) · 1.76 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.date mtps_version f1_keywords dev_langs
IApplicationV1.BusinessLogic Property (Microsoft.Dynamics.Retail.Pos.Contracts)
BusinessLogic Property
P:Microsoft.Dynamics.Retail.Pos.Contracts.IApplicationV1.BusinessLogic
47129222
tonyafehr
05/18/2015
v=AX.60
Microsoft.Dynamics.Retail.Pos.Contracts.IApplicationV1.BusinessLogic
CSharp
C++
VB

BusinessLogic Property

[!INCLUDEarchive-banner]

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