Groups Property

Group items 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<(Of <(<'NotificationItem<(Of <(<'Group>)>)>>)>)>

See Also

Reference

ContactGroupNotificationEventArgs Class

ContactGroupNotificationEventArgs Members

Microsoft.Rtc.Collaboration.ContactsGroups Namespace