ReferStateChangedEventArgs.NotifyRemainingSipFragment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the remaining text in the notification body after status code and status text.
public:
property System::String ^ NotifyRemainingSipFragment { System::String ^ get(); };
public string NotifyRemainingSipFragment { get; }
member this.NotifyRemainingSipFragment : string
Public ReadOnly Property NotifyRemainingSipFragment As String
Property Value
Remarks
If the state change is not due to Notification received or the notification did not contain it, this can be String.Empty.