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.
Returns number of items in the collection.
Namespace: Microsoft.Lync.Model.Group
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Property Count As Integer
Get
Set
'Usage
Dim instance As ContactCollection
Dim value As Integer
value = instance.Count
instance.Count = value
public int Count { get; set; }
Property Value
Type: System.Int32