ClientObjectCollection.Count Property
Gets the number of client objects in the ClientObjectCollection.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Count As Integer
Get
'Usage
Dim instance As ClientObjectCollection
Dim value As Integer
value = instance.Count
public virtual int Count { get; }
Property Value
Type: System.Int32
The number of client objects.