SearchSettingGroup.PromotionsWithoutKeyword Property
Retrieves all promotions 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 PromotionsWithoutKeyword As PromotionCollection
Get
'Usage
Dim instance As SearchSettingGroup
Dim value As PromotionCollection
value = instance.PromotionsWithoutKeyword
PromotionCollection PromotionsWithoutKeyword { get; }
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.PromotionCollection
A PromotionCollection of promotions.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace