SearchMailboxesResult.PageItemSize 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.
Important
This API is not CLS-compliant.
Gets or sets the number of items to return in a search result pagination. The PageItemSize property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
property System::UInt64 PageItemSize { System::UInt64 get(); void set(System::UInt64 value); };
[System.CLSCompliant(false)]
public ulong PageItemSize { get; set; }
Public Property PageItemSize As ULong
Property Value
The total page item size.
- Attributes