ClientObjectCollection.Count property

Gets the number of client objects in the ClientObjectCollection.

Namespace:  Microsoft.SharePoint.Client
Assembly:  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.

See also

Reference

ClientObjectCollection class

ClientObjectCollection members

Microsoft.SharePoint.Client namespace