Forum Discussion

ktchoumak's avatar
ktchoumak
Copper Contributor
Sep 17, 2021

List of printers limited by number of printers page by 100!

Getting list of universal printers from Azure by next code: var queryOptions = new List<QueryOption> { new QueryOption("$top", "300") }; ...

Resources