ArcGIS API for Silverlight - Library Reference
FeaturedGroups Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Portal Namespace > ArcGISPortalInfo Class : FeaturedGroups Property

Gets the featured groups to possibly display on the group page or to feature for an organization.

Syntax

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

Remarks

This property returns an enumeration of GroupInfo that provide access to the owner and title for each featured group. To get the enumeration of ArcGISPortalGroup, you can use the method GetFeaturedGroupsAsync

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.