Status code parsed from notification body. If the value is 0, then it indicates that there is no status code available.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

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

See Also