SipSubscription.TimeRemainingToRefresh Property
Gets the time span remaining to expire this subscription.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property TimeRemainingToRefresh As TimeSpan
Get
'Usage
Dim instance As SipSubscription
Dim value As TimeSpan
value = instance.TimeRemainingToRefresh
public TimeSpan TimeRemainingToRefresh { get; }
Property Value
Type: System.TimeSpan