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