The warning code, if available otherwise 0.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
WarningCode 
As 
Integer
C#
public 
int 
WarningCode { 
get; 
internal 
set; }
Visual C++
public:
property 
int 
WarningCode {
	
int 
get ();
	
void 
set (
int 
value);
}
JavaScript
function get_
warningCode();
function set_
warningCode(
value);

See Also