GroupCollection.Count property
Returns the number of items in a 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 GroupCollection
Dim value As Integer
value = instance.Count
instance.Count = value
public int Count { get; set; }
Property value
Type: System.Int32