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 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>