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.
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
term
Type: System.StringThe keyword term.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace