CallTransferNotificationOptions.RemainingSipFragment Property
Gets or sets the remaining sip fragment to be sent in the NOTIFY message body.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property RemainingSipFragment As String
Get
Set
'Usage
Dim instance As CallTransferNotificationOptions
Dim value As String
value = instance.RemainingSipFragment
instance.RemainingSipFragment = value
public string RemainingSipFragment { get; set; }
Property Value
Type: System.String
Remarks
This value will be used in the outgoing NOTIFY body along with the response code and response text.
See Also
Reference
CallTransferNotificationOptions Class