Gets the query used to determine which group should drive the gallery of featured items displayed in the client application for the specified culture. The query specified in this setting should be used as the query string parameter for a call to the groups. The first group returned should be selected. If the selected group has a null featuredItemsId property then the client should display the items that are shared with the group. If the featuredItemsId is non-null then the client should display the items that are related to the featured items item
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property FeaturedItemsGroupQuery As String |
C# | |
---|
public string FeaturedItemsGroupQuery {get;} |
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also