SearchSettingGroup.FeaturedContentWithoutKeyword Property
Retrieves all featured content of the search setting group that are not associated with a keyword, i.e. are global.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Property FeaturedContentWithoutKeyword As FeaturedContentCollection
Get
'Usage
Dim instance As SearchSettingGroup
Dim value As FeaturedContentCollection
value = instance.FeaturedContentWithoutKeyword
FeaturedContentCollection FeaturedContentWithoutKeyword { get; }
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.FeaturedContentCollection
A FeaturedContentCollection of FeaturedContent.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace