Gets the enumeration type represented by the ChangedProperties property.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
ChangeType 
As 
Type
C#
public 
Type 
ChangeType { 
get; }
Visual C++
public:
property 
Type^ 
ChangeType {
	
Type^ 
get ();
}
JavaScript
function get_
changeType();

See Also