BaseFolderType.TotalCount Property

Definition

The TotalCount property gets the total count of items within a given folder. This property is read-only.

public:
 property int TotalCount { int get(); void set(int value); };
public int TotalCount { get; set; }
Public Property TotalCount As Integer

Property Value

The TotalCount property returns an integer value that represents the number of items within a folder.

Remarks

You must set the TotalCountSpecified property to true so that TotalCount is serialized into the SOAP request.

Applies to