Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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