The remaining text in the notification body after status code and status text. If the state change is not due to Notification received or the notification did not contain it, this can be String.Empty.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
NotifyRemainingSipFragment 
As 
String
C#
public 
string 
NotifyRemainingSipFragment { 
get; }
Visual C++
public:
property 
String^ 
NotifyRemainingSipFragment {
	
String^ 
get ();
}
JavaScript
function get_
notifyRemainingSipFragment();

See Also