Share via


KeywordCollection.RemoveKeyword Method

Removes the keyword with the specified term from the collection.

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

Syntax

'Declaration
Sub RemoveKeyword ( _
    term As String _
)
'Usage
Dim instance As KeywordCollection
Dim term As String

instance.RemoveKeyword(term)
void RemoveKeyword(
    string term
)

Parameters

See Also

Reference

KeywordCollection Interface

KeywordCollection Members

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