Folder.ItemCount - Propriété
Gets a value that specifies the count of items in the list folder.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ItemCount As Integer
Get
'Utilisation
Dim instance As Folder
Dim value As Integer
value = instance.ItemCount
public int ItemCount { get; }
Valeur de propriété
Type : System.Int32
Returns a Int32 instance representing the count of items in the list folder.
Exceptions
Exception | Condition |
---|---|
[System.UnauthorizedAccessException] | The current user has insufficient permissions. Error code: -2147024891. |