PhonesChangedEventArgs.Phones property
Gets the collection of Phone objects.
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>