 |
EmployeeCommissionGetResultTotalPages Property |
The total pages to be read.
Namespace:
ASI.TAM.API.Data.UI.Account.Commission
Assembly:
ASI.TAM.API.Data.UI.Account.Commission (in ASI.TAM.API.Data.UI.Account.Commission.dll) Version: 2023.1.0.1249
Syntaxpublic int TotalPages { get; set; }
Public Property TotalPages As Integer
Get
Set
Dim instance As EmployeeCommissionGetResult
Dim value As Integer
value = instance.TotalPages
instance.TotalPages = value
Property Value
Type:
Int32Return Value
Type:
Int32
Remarks
See Also