'DeclarationReadOnly Property LastCycleEnterTime As Date
'UsageDim instance As _AutomatonStateStatistics Dim value As Date value = instance.LastCycleEnterTime
DateTime LastCycleEnterTime {get;}
'DeclarationReadOnly Property LastCycleEnterTime As Date
'UsageDim instance As _AutomatonStateStatistics Dim value As Date value = instance.LastCycleEnterTime
DateTime LastCycleEnterTime {get;}
As opposed to LastEnterTime, this property requires the cycle be completed (state be transitioned from).