ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Core.Portal Namespace / PortalQueryResultSet<T> Class
The type of data returned by the search as an enumeration of T.
Members

PortalQueryResultSet<T> Class
Represents the result of a portal search returning an enumeration of T objects.
Object Model
PortalQueryResultSet<T> ClassPortalQueryParameters ClassPortalQueryParameters Class
Syntax
public sealed class PortalQueryResultSet<T> 
Type Parameters
T
The type of data returned by the search as an enumeration of T.
Inheritance Hierarchy

System.Object
   ArcGIS.Desktop.Core.Portal.PortalQueryResultSet<T>

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.1 or higher.
See Also