Share via


FeaturedContentCollection.Item Property

Gets the featured content with the given name.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    name As String _
) As FeaturedContent
    Get
'Usage
Dim instance As FeaturedContentCollection
Dim name As String
Dim value As FeaturedContent

value = instance(name)
FeaturedContent this[
    string name
] { get; }

Parameters

  • name
    Type: System.String

    Name of the featured content to be returned

Property Value

Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.FeaturedContent
The FeaturedContent, or [null] if no such featured content exists.

See Also

Reference

FeaturedContentCollection Interface

FeaturedContentCollection Members

Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace