EntitySearchRequest.IsMultiPaged 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.
Gets whether the search results contain multiple pages.
public:
property bool IsMultiPaged { bool get(); };
public bool IsMultiPaged { get; }
member this.IsMultiPaged : bool
Public ReadOnly Property IsMultiPaged As Boolean
Property Value
Returns Booleantrue
if it contains multiple pages; otherwise false
.