StockMovementDocumentKindName Property |  |
Názov druhu pohybu, napr. pri faktúrach je to typ faktúry, pri pokladniciach názov pokladnice.
Slúži na bližšiu identifikáciu skladového pohybu, z akej agendy vlastne pochádza.
Namespace: Exa.OBERON.ServicesGen2.Stock.StockMovementsAssembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 5.0.0.0 (5.0.0.0)
Syntaxpublic string DocumentKindName { get; set; }
Public Property DocumentKindName As String
Get
Set
Dim instance As StockMovement
Dim value As String
value = instance.DocumentKindName
instance.DocumentKindName = value
Property Value
String
See Also