StatusText Property
Status text parsed from notification body.
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 state change is not due to Notification received, this can be String.Empty.
See Also
Reference
TransferStateChangedEventArgs Class