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

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
StatusCode 
As 
Integer
C#
public 
int 
StatusCode { 
get; }
Visual C++
public:
property 
int 
StatusCode {
	
int 
get ();
}
JavaScript
function get_
statusCode();

Remarks

If the value is 0, there was no status code available.

See Also