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 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