Share via


PhonesChangedEventArgs.Phones Property

Gets the collection of Phone objects from the event data when one or more of the phone items have changed.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public ReadOnly Property Phones As IList(Of Phone)
    Get
'Usage
Dim instance As PhonesChangedEventArgs
Dim value As IList(Of Phone)

value = instance.Phones
public IList<Phone> Phones { get; }

Property Value

Type: System.Collections.Generic.IList<Phone>

See Also

Reference

PhonesChangedEventArgs Class

PhonesChangedEventArgs Members

Microsoft.Lync.Model Namespace