 |
AllocationMethodsGetResultTotalPages Property |
The total number of pages of chart of accounts received.
Created in Epic SDK 2021.
Namespace:
ASI.TAM.API.Data.UI.Configure.GeneralLedger
Assembly:
ASI.TAM.API.Data.UI.Configure.GeneralLedger (in ASI.TAM.API.Data.UI.Configure.GeneralLedger.dll) Version: 2021.1.0.391
Syntaxpublic int TotalPages { get; set; }
Public Property TotalPages As Integer
Get
Set
Dim instance As AllocationMethodsGetResult
Dim value As Integer
value = instance.TotalPages
instance.TotalPages = value
Property Value
Type:
Int32
TotalPages As Integer.
Remarks Note |
---|
- Name - TotalPages
- Is Identity - False
- Required On Insert - False
- Required On Update - False
- Min Value - 0
- MaxValue - 2147483647
|
See Also