LocalPresentityNotificationEventArgs.ContactCard Property
Gets the contact card of the local owner.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ContactCard As ContactCard
Get
'Usage
Dim instance As LocalPresentityNotificationEventArgs
Dim value As ContactCard
value = instance.ContactCard
public ContactCard ContactCard { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.Presence.ContactCard
Remarks
This contact card instance is an aggregate of all contact card instances in the notification.
See Also
Reference
LocalPresentityNotificationEventArgs Class