BaseFolderType.TotalCountSpecified Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.