ContactEndpointCollection.Count Property
Returns number of contact endpoints in the collection.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Property Count As Integer
Get
Set
'Usage
Dim instance As ContactEndpointCollection
Dim value As Integer
value = instance.Count
instance.Count = value
public int Count { get; set; }
Property Value
Type: System.Int32
Implements
See Also
Reference
ContactEndpointCollection Class