DaysToExpire Property (ISessionManager)
- Last UpdatedNov 06, 2025
- 1 minute read
The DaysToExpire property contains the number of days until the MES license expires.
'Declaration
ReadOnly Property DaysToExpire As Integer
'Usage
Dim instance As ISessionManager
Dim value As Integer
value = instance.DaysToExpire
int DaysToExpire {get;}