Gets the time span remaining to expire this subscription.

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

Syntax

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

See Also