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.Services.OBERONAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.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