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