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

Syntax

 Readonly Property ClientByIndex(ByRef Index As Integer) As VertexFXBOAPI.COClient

Description

This property is used to get the client information as an object of type COClient for the given client index.

Parameters

Part Description
Index Client location on the accounts tree, value of type is Integer.

Return value

 Returns Object of type COClient for requested client Index

Sample

 Public WithEvents BOAPI As CVertexFXBOAPI

Private Sub Client_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Client.Click

    Dim vClient As COClient 

    vClient = BOAPI.ClientByIndex(1)

    msgBox("Client Full Name :" & vClient.FullName& "Client Type :" & vClient.ClientType)

 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