Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringName 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