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 status text received in the SIP fragment contained in the SIP NOTIFY.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property StatusText As String
Get
'Usage
Dim instance As TransferStateChangedEventArgs
Dim value As String
value = instance.StatusText
public string StatusText { get; }
Property Value
Type: System.String
Remarks
If the string is Empty, there was no status text available.
See Also
Reference
TransferStateChangedEventArgs Class