Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the enumeration type represented by the ChangedProperties property.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ChangeType As Type
Get
'Usage
Dim instance As SignalingPropertyChangedEventArgs
Dim value As Type
value = instance.ChangeType
public Type ChangeType { get; }
Property Value
Type: System.Type
See Also
Reference
SignalingPropertyChangedEventArgs Class