Share via


BaseFolderType.TotalCountSpecified Property

The TotalCountSpecified property gets a Boolean value that specifies whether the TotalCount property is serialized into the SOAP request.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property TotalCountSpecified As Boolean
    Get
    Set
'Usage
Dim instance As BaseFolderType
Dim value As Boolean

value = instance.TotalCountSpecified

instance.TotalCountSpecified = value
public bool TotalCountSpecified { get; set; }

Property Value

Type: System.Boolean
The TotalCountSpecified property returns a value of true if the TotalCount is serialized into the SOAP request; otherwise, the property returns false.