Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Get dynamic object that hold partner's data.
Namespace: Microsoft.Dynamics.Retail.Pos.Contracts.DataEntity
Assembly: Microsoft.Dynamics.Retail.Pos.Contracts (in Microsoft.Dynamics.Retail.Pos.Contracts.dll)
Syntax
'Declaration
ReadOnly Property PartnerData As Object
Get
'Usage
Dim instance As ILineItemV1
Dim value As Object
value = instance.PartnerData
Object PartnerData { get; }
property Object^ PartnerData {
Object^ get ();
}
Property Value
Type: System.Object
Returns Object.
Remarks
saleItem.PartnerData.MS_NewProperty = "value";
See Also
Reference
Microsoft.Dynamics.Retail.Pos.Contracts.DataEntity Namespace