Count

Description

Returns the number of items in the collection. La propriété est en lecture seule.

Remarque : This method became available in version 7.1.0.

Syntaxe

VBScript

folders.Count 

Perl

$folders->Count(); 
Identificateur
Description
dossiers
A Folders collection object, representing the set of Folder objects available for fetching as a collection.
Valeur de retour
A Long that specifies the number of items in the collection object. This method returns zero if the collection contains no items.

Feedback