DocumentItemBaseBarCode Property |  |
Čiarový kód (nepovinný údaj). Ak je na skladovej karte viac čiarových kódov, tu bude použitý prvý (z dôvodu exportu a importu údajov pomocou XML komunikácie).
Namespace: Exa.OBERON.ServicesGen2.Common.DocumentAssembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 5.0.0.0 (5.0.0.0)
Syntaxpublic string BarCode { get; set; }
Public Property BarCode As String
Get
Set
Dim instance As DocumentItemBase
Dim value As String
value = instance.BarCode
instance.BarCode = value
Property Value
String
See Also