BusinessPartnerHeaderIDNum Property |  |
Note: This API is now obsolete.
Jednoznačný identifikátor záznamu v systéme OBERON.
Namespace: Exa.OBERON.ServicesGen2.BusinessPartnersAssembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax[ObsoleteAttribute("Treba používať RecordGuid ako jednoznačný identifikátor.")]
public long IDNum { get; set; }
<ObsoleteAttribute("Treba používať RecordGuid ako jednoznačný identifikátor.")>
Public Property IDNum As Long
Get
Set
Dim instance As BusinessPartnerHeader
Dim value As Long
value = instance.IDNum
instance.IDNum = value
Property Value
Int64
See Also