Syntax
Public Property ClientId () As String.
Description
This property is used to get client number to the logged inclient.
Parameters
No parameters
Return value
Return the login client ID as
Sample
Public Sub main() Dim ID as Integer = ClientCode.ClientID() GUI.MsgDialog(ID) End Sub
See Also