Knowledgebase: > Properties
DealerUsernameByIndex
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 25 August 2020 10:33 AM

Syntax

 ReadOnly Property DealerUsernameByIndex(ByRef Index As Integer) As String

Description

This property is used to get the dealer's username by giving the index of the dealer.

Parameters

Parameter Description 
Index Dealer location at dealer tree to get its username, value of type Integer

Return value

Returns dealer username for requested index as a value of type string.

Sample

 Public WithEvents BOAPI As CVertexFXBOAPI

Private Sub ChatCount_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ChatCount.Click

    msgBox(BOAPI.DealerUsernameByIndex(1))

 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