 |
TransactionV1BillNumber Property |
BillNumber is required when BillNumberOption is ExistingBill. Ignored otherwise.
Created in Epic SDK V3.0.
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntaxpublic int BillNumber { get; set; }
Public Property BillNumber As Integer
Get
Set
Dim instance As TransactionV1
Dim value As Integer
value = instance.BillNumber
instance.BillNumber = value
Property Value
Type:
Int32
BillNumber As Integer.
Remarks Note |
---|
- Name - BillNumber
- Is Identity - False
- Required On Insert - False
- Required On Update - False
- Min Value - 0
- MaxValue - 2147483647
- Ignored On Update - True
|
See Also