|
|
|
|
|
- Properties specific to saasVisit variables
- WLanguage functions that use the saasVisit type
saasVisit (Variable type) In french: saasVisite
The saasVisit is used to find out all the characteristics of a SaaS user's visit. The characteristics of this type of variable can be known via different WLanguage properties. Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable. T is array of saasVisit T = SaaSAdminListVisit("MySaaSSite", "Client1")
Properties Properties specific to saasVisit variables The following properties can be used to handle saasVisit variables: | | | Property name | Type used | Effect |
---|
Date | DateTime | Date and time the user logged in. This property is read-only. | Duration | Duration | Connection time. This property is read-only. | Site | saasSite | Site to which the user logged in. This property is read-only. | User | saasUser | User who visited the site. This property is read-only. |
Remarks WLanguage functions that use the saasVisit type
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|