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

Syntax

 Readonly Property LogedOn As Boolean

Description

This property used to know if the session connected or not .

Parameters

No parameters.

Return value 

Return value of boolean type to which indicate the session stauts.

Remarks 

 If this property value is true then the session status will be connected, if it is false, the session status will be disconnected.

Sample

 Public WithEvents BOAPI As CVertexFXBOAPI

Private Sub LogedOn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LogedOn.Click

    Dim Status As Boolean

    Status = BOAPI.LogedOn

    Msgbox(Status)

 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