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.
Remark: 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")
Remarks
Properties specific to saasVisit variables
The following properties can be used to handle a saasVisit variable:
| | |
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. |
WLanguage functions that use the saasVisit type