ClientObjectCollection.AreItemsAvailable property
Gets a Boolean value that indicates if the child items are available.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property AreItemsAvailable As Boolean
Get
'Usage
Dim instance As ClientObjectCollection
Dim value As Boolean
value = instance.AreItemsAvailable
public bool AreItemsAvailable { get; }
Property value
Type: System.Boolean
true if the child items are available; otherwise false.