Knowledgebase: > Properties
AccountsCount
Posted by Rula Halaseh, Last modified by Diana Alkouni on 02 September 2020 02:48 PM

Syntax

 Readonly Property AccountsCount(ByRef ClientID As Integer)As Integer

Description

This property used to get the total number of accounts that allocated under specific client.

Parameters

Part Description
ClientID Associated client number to know the number of accounts that allocated under it ,value of type Is Integer.

Return value

 Returns accounts count which related to the given client ID as value of type is Integer.

Sample

 Public WithEvents BOAPI As CVertexFXBOAPI

Private Sub count_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles count.Click

    Dim vClient As COClient 

    vClient = BOAPI.ClientByIndex(1)

    msgBox(BOAPI.AccountsCount(vClient.ClientID))

 End Sub

See Also


VertexFX Backoffice API Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions