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 remaining text in the notification body after status code and status text.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property NotifyRemainingSipFragment As String
Get
'Usage
Dim instance As ReferStateChangedEventArgs
Dim value As String
value = instance.NotifyRemainingSipFragment
public string NotifyRemainingSipFragment { get; }
Property Value
Type: System.String
Remarks
If the state change is not due to Notification received or the notification did not contain it, this can be String.Empty.
See Also
Reference
ReferStateChangedEventArgs Class