TimerItem.IsStarted Property
Gets the current timer item status.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsStarted As Boolean
Get
'Usage
Dim instance As TimerItem
Dim value As Boolean
value = instance.IsStarted
public bool IsStarted { get; }
Property Value
Type: System.Boolean