Knowledgebase: > Properties
ClientID
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 09 September 2020 09:45 AM

Syntax

 Readonly Property ClientID(ClientUsername As String) As Integer

Description

This property is used to get the client identifier by his username.

Parameters

Part Description
ClientUsername  Username of the client  to get an ID for it ,value of type is String.

Remarks  

In some cases you may need the ID for the client using his username, to be used in other properties or functions that need the client ID.

Return value

 Returns client ID as value of type Integer

Sample

 Public WithEvents BOAPI As CVertexFXBOAPI

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

    Dim ClientID As Integer 

    ClientID = BOAPI.ClientID("UserName")

    msgBox("ClientID " & 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