Share via


StatusCode Property

Status code parsed from notification body.

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, then it indicates that there is no status code available.

See Also

Reference

TransferStateChangedEventArgs Class

TransferStateChangedEventArgs Members

Microsoft.Rtc.Collaboration Namespace