Gets the remaining time span for TimerItem before the TimerItem expires.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
RemainingTime 
As 
TimeSpan
C#
public 
TimeSpan 
RemainingTime { 
get; }
Visual C++
public:
property 
TimeSpan 
RemainingTime {
	
TimeSpan 
get ();
}
JavaScript
function get_
remainingTime();

See Also