 |
LeadsInboxGetResulttotal_pages Property |
Toal number of pages.
Namespace:
ASI.TAM.API.Data.UI.LeadsInbox
Assembly:
ASI.TAM.API.Data.UI.LeadsInbox (in ASI.TAM.API.Data.UI.LeadsInbox.dll) Version: 2021.1.0.1
Syntaxpublic int total_pages { get; set; }
Public Property total_pages As Integer
Get
Set
Dim instance As LeadsInboxGetResult
Dim value As Integer
value = instance.total_pages
instance.total_pages = value
Property Value
Type:
Int32
Remarks
This gives you total pages as per status_code filter. Default - 'All'.
See Also