SearchSetting.AttachContext Method
Attaches a context to the search setting.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Sub AttachContext ( _
cx As Context _
)
'Usage
Dim instance As SearchSetting
Dim cx As Context
instance.AttachContext(cx)
void AttachContext(
Context cx
)
Parameters
cx
Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.ContextThe context to attach to this search setting.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace