ContactCard.PhoneNumbers Property
Gets or Sets the presentity's phone numbers
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property PhoneNumbers As Collection(Of PhoneNumber)
Get
'Usage
Dim instance As ContactCard
Dim value As Collection(Of PhoneNumber)
value = instance.PhoneNumbers
public Collection<PhoneNumber> PhoneNumbers { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<PhoneNumber>