SipUriParser.TimeToLiveParameter Property
Gets or sets the time to live (TTL) parameter (ttl).
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property TimeToLiveParameter As Integer
Get
Set
'Usage
Dim instance As SipUriParser
Dim value As Integer
value = instance.TimeToLiveParameter
instance.TimeToLiveParameter = value
public int TimeToLiveParameter { get; set; }
Property Value
Type: System.Int32