ReferStateChangedEventArgs.NotifyStatusText Property
Gets the status text parsed from notification body.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property NotifyStatusText As String
Get
'Usage
Dim instance As ReferStateChangedEventArgs
Dim value As String
value = instance.NotifyStatusText
public string NotifyStatusText { get; }
Property Value
Type: System.String
Remarks
If the state change is not due to Notification received, this can be String.Empty.
See Also
Reference
ReferStateChangedEventArgs Class