ParticipantEndpointPropertiesChangedEventArgs<TProperties>.ChangedPropertyNames Property
Gets the property names.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ChangedPropertyNames As Collection(Of String)
Get
'Usage
Dim instance As ParticipantEndpointPropertiesChangedEventArgs
Dim value As Collection(Of String)
value = instance.ChangedPropertyNames
public Collection<string> ChangedPropertyNames { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<String>
See Also
Reference
ParticipantEndpointPropertiesChangedEventArgs<TProperties> Class
ParticipantEndpointPropertiesChangedEventArgs<TProperties> Members