SearchSettingGroup.FeaturedContent Property
Retrieves all featured content of the search setting group.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Property FeaturedContent As ICollection(Of FeaturedContent)
Get
'Usage
Dim instance As SearchSettingGroup
Dim value As ICollection(Of FeaturedContent)
value = instance.FeaturedContent
ICollection<FeaturedContent> FeaturedContent { get; }
Property Value
Type: System.Collections.Generic.ICollection<FeaturedContent>
A collection of FeaturedContent.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace