ContactGroupNotificationEventArgs.Contacts Property
Gets the Contact updates received in the notification.
Namespace: Microsoft.Rtc.Collaboration.ContactsGroups
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Contacts As Collection(Of NotificationItem(Of Contact))
Get
'Usage
Dim instance As ContactGroupNotificationEventArgs
Dim value As Collection(Of NotificationItem(Of Contact))
value = instance.Contacts
public Collection<NotificationItem<Contact>> Contacts { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<NotificationItem<Contact>>
See Also
Reference
ContactGroupNotificationEventArgs Class