 | QueryCurrentJournalResultEstimatedQuantity Property |
Namespace:
Bex.API.ServiceDTOs.StocktakingForDevices
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int EstimatedQuantity { get; set; }
Public Property EstimatedQuantity As Integer
Get
Set
public:
property int EstimatedQuantity {
int get ();
void set (int value);
}
member EstimatedQuantity : int with get, set
Property Value
Type:
Int32
See Also