T
The type of data returned by the search as an enumeration of T.
ArcGIS Runtime SDK for WPF - Library Reference
SearchResultInfo<T> Class
Members  See Also 
ESRI.ArcGIS.Client.Portal Namespace : SearchResultInfo<T> Class

Represents the result of a portal search returning an enumeration of T objecs.

Object Model

SearchResultInfo<T> Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class SearchResultInfo(Of T) 
   Inherits SearchResultInfo
C# 
public sealed class SearchResultInfo<T> : SearchResultInfo 

Type Parameters

T
The type of data returned by the search as an enumeration of T.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Client.Portal.SearchResultInfo
      ESRI.ArcGIS.Client.Portal.SearchResultInfo<T>

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.