ContextCollection.Item Property

Retrieves the context with the specified name.

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 ( _
    context As String _
) As Context
    Get
'Usage
Dim instance As ContextCollection
Dim context As String
Dim value As Context

value = instance(context)
Context this[
    string context
] { get; }

Parameters

Property Value

Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.Context
The Context if a one with the specified name exists in the collection, [null] otherwise

See Also

Reference

ContextCollection Interface

ContextCollection Members

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