BaseFolderType.TotalCountSpecified Property

Definition

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

public:
 property bool TotalCountSpecified { bool get(); void set(bool value); };
public bool TotalCountSpecified { get; set; }
Public Property TotalCountSpecified As Boolean

Property Value

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

Applies to