ArcGIS API for Silverlight - Library Reference
RelatedRecordsGroup Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > RelationshipResult Class : RelatedRecordsGroup Property

Gets or sets the related records group. Contains the matching results of each object id.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property RelatedRecordsGroup As IDictionary(Of Integer,IEnumerable(Of Graphic))
C# 
public IDictionary<int,IEnumerable<Graphic>> RelatedRecordsGroup {get;}

Property Value

The related records group.

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.