Contacts Property

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

See Also

Reference

ContactGroupNotificationEventArgs Class

ContactGroupNotificationEventArgs Members

Microsoft.Rtc.Collaboration.ContactsGroups Namespace