 |
LeadsInboxGetResultcurrent_page Property |
Current page number.
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 current_page { get; set; }
Public Property current_page As Integer
Get
Set
Dim instance As LeadsInboxGetResult
Dim value As Integer
value = instance.current_page
instance.current_page = value
Property Value
Type:
Int32
Remarks
This gives you current page as per status_code filter. Default - 'All'.
See Also