StorageProviderSearchQueryOptions.MaxResults 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.
public:
property unsigned int MaxResults { unsigned int get(); };
uint32_t MaxResults();
public uint MaxResults { get; }
var uInt32 = storageProviderSearchQueryOptions.maxResults;
Public ReadOnly Property MaxResults As UInteger