ContextCollection.RemoveContext Method
Removes the context with the specified context name 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 RemoveContext ( _
context As String _
)
'Usage
Dim instance As ContextCollection
Dim context As String
instance.RemoveContext(context)
void RemoveContext(
string context
)
Parameters
context
Type: System.StringThe context name.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace