ArcGIS API for Silverlight - Library Reference
Results Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Portal Namespace > SearchResultInfo<T> Class : Results Property

Gets the result set response.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Results As IEnumerable(Of T)
C# 
public IEnumerable<T> Results {get;}

Property Value

The results as an enumeration of T objects.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.