 |
DisbursementCheckNumber Property |
Ignored if voided and not printed.
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Disbursement
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.1.0.391
Syntaxpublic Nullable<int> CheckNumber { get; set; }
Public Property CheckNumber As Nullable(Of Integer)
Get
Set
Dim instance As Disbursement
Dim value As Nullable(Of Integer)
value = instance.CheckNumber
instance.CheckNumber = value
Property Value
Type:
NullableInt32
CheckNumber As Integer?.
Remarks Note |
---|
- Name - CheckNumber
- Is Identity - False
- Required On Insert - False
- Required On Update - False
- Min Value - 0
- MaxValue - 2000000000
|
See Also