Share via


DirPartyType Enumeration

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.

Note: This API is now obsolete.

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

Syntax

'Declaration
<ObsoleteAttribute("This enumeration is not used anymore. Instead use the RelationType enum")> _
Public Enumeration DirPartyType
'Usage
Dim instance As DirPartyType
[ObsoleteAttribute("This enumeration is not used anymore. Instead use the RelationType enum")]
public enum DirPartyType
[ObsoleteAttribute(L"This enumeration is not used anymore. Instead use the RelationType enum")]
public enum class DirPartyType

Members

Member name Description
None None (0)
Person Person (1)
Organization Organization (2)

See Also

Reference

Microsoft.Dynamics.Retail.Pos.Contracts.DataEntity Namespace