KeywordCollection.Item Property
Retrieves the keyword with the specified term.
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 ( _
term As String _
) As Keyword
Get
'Usage
Dim instance As KeywordCollection
Dim term As String
Dim value As Keyword
value = instance(term)
Keyword this[
string term
] { get; }
Parameters
term
Type: System.StringThe keyword term.
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.Keyword
The Keyword if one with the given term exists in the collection, [null] otherwise
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace