M-Files API 23.11.13135.0
LicenseType Property
SessionInfo Object : LicenseType Property
Receives the license type as an enumeration.
Receives the license type as a one-word string.
Description
The license type of the logged-in user.
Property type
Read-only property
Syntax
Visual Basic
Public Property LicenseType( _
   ByRef pltLicenseTypeAsEnum As MFLicenseType, _
   ByRef pbstrLicenseTypeAsString As String _
) 
Parameters
pltLicenseTypeAsEnum
ValueDescription
MFLicenseTypeConcurrentUserLicenseConcurrent user license.
MFLicenseTypeNamedUserLicenseNamed user license.
MFLicenseTypeNoneNo license.
MFLicenseTypeReadOnlyLicenseRead-only license.
Receives the license type as an enumeration.
pbstrLicenseTypeAsString
Receives the license type as a one-word string.
Remarks
Supported in M-Files 21.12.10943.6 and later.
See Also

SessionInfo Object  | SessionInfo Members