Gets an enumeration of type ChangeType encoded as an integer indicating which properties have changed.

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

Syntax

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

See Also