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

In This Topic
    PortalQueryResultSet<T> Class
    In This Topic
    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> 
    Public NotInheritable Class PortalQueryResultSet(Of 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

    See Also