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 code 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 StatusCode As Integer
Get
'Usage
Dim instance As TransferStateChangedEventArgs
Dim value As Integer
value = instance.StatusCode
public int StatusCode { get; }
Property Value
Type: System.Int32
Remarks
If the value is 0, there was no status code available.
See Also
Reference
TransferStateChangedEventArgs Class